Idea React
    Preparing search index...

    Class ShareBox

    Hierarchy

    Index

    Constructors

    • Parameters

      Returns ShareBox

    • Parameters

      Returns ShareBox

    Properties

    root: RefObject<HTMLDivElement> = ...
    displayName: string = 'ShareBox'

    Accessors

    imageURI: any
    loading: any

    Methods

    • Called immediately after a component is mounted. Setting state here will trigger re-rendering.

      Returns 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