data()

in src/components/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu.stories.js [33:43]


  data() {
    return {
      isOpen: this.open,
      isLoading: this.loading,
      errorMessage: this.error,
      searchResults: this.results,
      selectedItems: this.selections,
      currentCategory: null,
      currentQuery: null,
    };
  },