We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558217b commit 6d75a0eCopy full SHA for 6d75a0e
1 file changed
yetanotherradio@io.github.buddysirjava/modules/hoverScrollingLabel.js
@@ -46,9 +46,6 @@ function _configureScroll(label) {
46
});
47
}
48
49
-/**
50
- * @returns {{ add: (member: Object) => void, onEnter: (member: Object) => void }}
51
- */
52
export function createScrollGroup() {
53
const members = new Set();
54
@@ -66,15 +63,6 @@ export function createScrollGroup() {
66
63
};
67
64
68
65
69
70
- * @param {Object} params
71
- * @param {string} [params.styleClass]
72
- * @param {string} [params.clipStyleClass]
73
- * @param {boolean} [params.xExpand]
74
- * @param {boolean} [params.multiline]
75
- * @param {number} [params.maxLines]
76
- * @param {ReturnType<typeof createScrollGroup>} [params.scrollGroup]
77
78
export function createHoverScrollingLabel(params = {}) {
79
const {
80
styleClass = '',
0 commit comments