decorations: function()

in src/ts/index.ts [117:121]


      decorations: function (state: EditorState) {
        const { shouldShowInvisibles, decorations } =
          this.getState(state) || {};
        return shouldShowInvisibles ? decorations : DecorationSet.empty;
      },