Sanity Library Reference Docs
    Preparing search index...

    Function IntentLink

    • Parameters

      • props: IntentLinkProps & HTMLProps<HTMLAnchorElement> & RefAttributes<
            HTMLAnchorElement,
        >

        Props to pass to IntentLink component. See IntentLinkProps

      Returns Element

      function MyComponent() {
      return <IntentLink intent="edit" params={{id: 'abc123'}}>Edit</IntentLink>
      }