SafeLink
Installation
import { SafeLink } from 'uxp/components';Signature
const SafeLink: React.FunctionComponent<SafeLinkProps>Examples
tsx
<SafeLink to="/settings">Settings</SafeLink>tsx
<SafeLink to="https://example.com" target="_blank">External</SafeLink>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated