For the complete documentation index, see llms.txt. This page is also available as Markdown.

unpinUser()

Unpins the currently pinned content.

sambaFrame.unpinUser();

Sample use cases:

  • Wanting to unpin the currently pinned content.

unpinUser is often used in conjunction with the pinUser method.

Last updated