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 |
contextType property
Signature
static contextType: React.Context<PanelContext>;
getTimeRange property
Signature
panelContext: PanelContext;
componentDidMount method
Signature
componentDidMount(): void;
Returns:
void
componentDidUpdate method
Signature
componentDidUpdate(prevProps: GraphNGProps): void;
Parameters
Returns:
void
Signature
Returns:
handleCursorUpdate method
handleCursorUpdate(evt: DataHoverEvent | LegacyGraphHoverEvent): void;
Parameters
Parameter | Type | Description |
---|---|---|
evt | DataHoverEvent | LegacyGraphHoverEvent |
Returns:
void
prepState method
Signature
Parameters
Returns:
GraphNGState
Signature
Returns:
JSX.Element | null