Class: VisibleComponent

VisibleComponent()

The VisibleComponent

Constructor

new VisibleComponent()

Create the VisibleComponent.

Source:

Extends

  • React.Component

Members

getWrappedInstance

Returns the wrapped instance. Only applicable if withRef is set to true.

Source:

isVisibleComponent

Checks if the current component (identified by it's name) should be visible or not.

Source:

propTypes :Object

The props.

Type:
  • Object
Source:

setWrappedInstance

Sets the wrapped instance.

Source:

wrappedInstance :Element

The wrapped instance.

Type:
  • Element
Source:

Methods

render()

The render function.

Source: