You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - The transducer function to be registered. This function takes a configuration object (of type IPublicTypeSkeletonConfig) as input and returns a modified configuration object.
124
+
*
125
+
* @param {number} level
126
+
* - 转换器的优先级。优先级较高的转换器会先执行。
127
+
* - The priority level of the transducer. Transducers with higher priority levels are executed first.
128
+
*
129
+
* @param {string} [id]
130
+
* - (可选)转换器的唯一标识符。用于在需要时引用或操作特定的转换器。
131
+
* - (Optional) A unique identifier for the transducer. Used for referencing or manipulating a specific transducer when needed.
0 commit comments