@k8slens/extensions / Exports / Renderer / Component / DrawerParamToggler
Class: DrawerParamToggler#
Renderer.Component.DrawerParamToggler
Hierarchy#
Component
<DrawerParamTogglerProps
,State
>
↳ DrawerParamToggler
Table of contents#
Constructors#
Properties#
Methods#
Constructors#
constructor#
• new DrawerParamToggler(props
)
Parameters#
Name | Type |
---|---|
props |
DrawerParamTogglerProps | Readonly <DrawerParamTogglerProps > |
Inherited from#
React.Component<DrawerParamTogglerProps, State>.constructor
• new DrawerParamToggler(props
, context
)
Deprecated
See
https://legacy.reactjs.org/docs/legacy-context.html
Parameters#
Name | Type |
---|---|
props |
DrawerParamTogglerProps |
context |
any |
Inherited from#
React.Component<DrawerParamTogglerProps, State>.constructor
Properties#
state#
• state: State
Overrides#
React.Component.state
toggle#
• toggle: () => void
Type declaration#
▸ (): void
Returns#
void
Methods#
render#
▸ render(): Element
Returns#
Element
Overrides#
React.Component.render