@refinio/one.ui
    Preparing search index...
    • Invitation link input.

      Parameters

      • props: {
            checkCurrentURL?: boolean;
            children?:
                | ReactElement<unknown, string | JSXElementConstructor<any>>
                | ReactElement<unknown, string | JSXElementConstructor<any>>[];
            connectWithInvitationLink: (
                invitationLink: string,
            ) => boolean | void | Promise<boolean | void>;
        }
        • OptionalcheckCurrentURL?: boolean

          Default false. Check current url for invite link

        • Optionalchildren?:
              | ReactElement<unknown, string | JSXElementConstructor<any>>
              | ReactElement<unknown, string | JSXElementConstructor<any>>[]

          Optional. Addition to the invite box

        • connectWithInvitationLink: (invitationLink: string) => boolean | void | Promise<boolean | void>

          callback for connect with given link, on true return clears the field

      Returns ReactElement