Signature
Import
Constructors
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
contextType | static | React.Context<PanelContext> | |
() => TimeRange | |||
panelContext | PanelContext |
Methods
Constructs a new instance of the GraphNG
class
Signature
Parameters
Parameter | Type | Description |
---|---|---|
props | GraphNGProps |
contextType property
getTimeRange property
Signature
getTimeRange: () => TimeRange;
Signature
panelContext: PanelContext;
componentDidMount method
Signature
Returns:
void
componentDidUpdate method
Signature
componentDidUpdate(prevProps: GraphNGProps): void;
Parameters
Returns:
Signature
Returns:
void
prepState method
Signature
Parameters
Parameter | Type | Description |
---|---|---|
props | GraphNGProps | |
withConfig | boolean |
Returns:
GraphNGState
render method
Signature
render(): JSX.Element | null;