string格式
-
// 指定返回格式 为 "column-"+string类型 const getColumnSlotName = (slotName?: string): `column-${string}` => `column-${slotName ?? "empty"}`;
其他
-
/** @deprecated: 旧字段 是否开启模糊搜索(已经弃用) 可用于判断新字段 但不再做赋值操作 search_mode为新字段 */ // 标记弃用 @deprecated
目录
// 指定返回格式 为 "column-"+string类型
const getColumnSlotName = (slotName?: string): `column-${string}` => `column-${slotName ?? "empty"}`;
/** @deprecated: 旧字段 是否开启模糊搜索(已经弃用) 可用于判断新字段 但不再做赋值操作 search_mode为新字段 */
// 标记弃用 @deprecated