Class: CircleMenu

CircleMenu()

new CircleMenu()

The CircleMenu.

Source:

Extends

  • React.Component

Methods

applyTransformation()

Applies the transformation to the component.

Source:

componentDidMount()

A react lifecycle method called when the component did mount. It calls the applyTransformation method right after mounting.

Source:

componentDidUpdate()

A react lifecycle method called when the component did update. It calls the applyTransformation method right after updating.

Source:

render()

The render function.

Source: