MCPcopy
hub / github.com/SeleniumHQ/selenium / State

Interface State

javascript/grid-ui/src/components/LiveView/PasswordDialog.tsx:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32import { Visibility, VisibilityOff } from '@mui/icons-material'
33
34interface State {
35 amount: string
36 password: string
37 weight: string
38 weightRange: string
39 showPassword: boolean
40}
41
42const PasswordDialog = (props) => {
43 const { title, children, open, openDialog, onConfirm, onCancel } = props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected