Function: FullScreenControl()
FullScreenControl(
props
,context
?):ReactNode
The FullScreenControl
create a UI button that allows the user to display the graph in fullscreen
<SigmaContainer>
<ControlsContainer>
<FullScreenControl />
</ControlsContainer>
</SigmaContainer>
See [[FullScreenControlProps]] for more information.
Parameters
• props: FullScreenControlProps
• context?: any
Returns
ReactNode
Defined in
packages/core/src/components/controls/FullScreenControl.tsx:67