Function: FullScreenControl()
FullScreenControl(
props):ReactNode|Promise<ReactNode>
Defined in: packages/core/src/components/controls/FullScreenControl.tsx:68
The FullScreenControl create a UI button that allows the user to display the graph in fullscreen
<SigmaContainer>
<ControlsContainer>
<FullScreenControl />
</ControlsContainer>
</SigmaContainer>
See FullScreenControlProps for the component's properties.
Parameters
props
Returns
ReactNode | Promise<ReactNode>