SecretTextArea variable

SecretTextArea variable

Text area that does not disclose an already configured value but lets the user reset the current value and enter a new one. Typically useful for asymmetric cryptography keys.

Signature

  1. SecretTextArea: ({ isConfigured, onReset, ...props }: Props) => JSX.Element

Import

  1. import { SecretTextArea } from '@grafana/ui';