Const
Props to pass to IntentLink component. See IntentLinkProps
IntentLink
function MyComponent() { return <IntentLink intent="edit" params={{id: 'abc123'}}>Edit</IntentLink>} Copy
function MyComponent() { return <IntentLink intent="edit" params={{id: 'abc123'}}>Edit</IntentLink>}
Param: props
Props to pass to
IntentLink
component. See IntentLinkPropsExample