Signature

    Import

      Constructors

      Properties

      PropertyModifiersTypeDescription
      contextTypestaticReact.Context<PanelContext>
      () => TimeRange
      panelContextPanelContext

      Methods

      Constructs a new instance of the GraphNG class

      Signature

      Parameters

      ParameterTypeDescription
      propsGraphNGProps

      contextType property

      getTimeRange property

      Signature

      1. getTimeRange: () => TimeRange;

      Signature

      1. panelContext: PanelContext;

      componentDidMount method

      Signature

      Returns:

      void

      componentDidUpdate method

      Signature

      1. componentDidUpdate(prevProps: GraphNGProps): void;

      Parameters

      Returns:

      Signature

        Returns:

        void

        prepState method

        Signature

        Parameters

        ParameterTypeDescription
        propsGraphNGProps
        withConfigboolean

        Returns:

        GraphNGState

        render method

        Signature

        1. render(): JSX.Element | null;