CloudTwin  ROS2 Humble
Digital twin for path and trajectory optimisation
Variables
use-clipboard.ts File Reference

Variables

export type CopiedValue = string | null
 
export type CopyFn = (text: string) => Promise<boolean>
 
 import { useState } from 'react'
 
export type UseClipboardReturn = [CopiedValue, CopyFn]
 

Variable Documentation

◆ CopiedValue

export type CopiedValue = string | null

◆ CopyFn

export type CopyFn = (text: string) => Promise<boolean>

◆ import

import { useState } from 'react'

◆ UseClipboardReturn

export type UseClipboardReturn = [CopiedValue, CopyFn]