ウィジェットでの表示状態の変化を検出する方法は?

Would this do the trick?

const showExtraInfo = helper.attrs.topic;
  if(!showExtraInfo) {
    
  }

showExtraInfo is the scrolled state with the title in the header

Full example using decorateWidget here

「いいね!」 3