mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
refactor(core): 去掉公共方法配置选项
This commit is contained in:
parent
d02e044293
commit
b79963edf3
@ -39,12 +39,7 @@ const CommonMethod = {
|
||||
|
||||
export const DEFAULT_EVENTS: EventOption[] = [{ label: '点击', value: `${COMMON_EVENT_PREFIX}click` }];
|
||||
|
||||
export const DEFAULT_METHODS: EventOption[] = [
|
||||
{ label: '显示', value: `${COMMON_METHOD_PREFIX}${CommonMethod.SHOW}` },
|
||||
{ label: '隐藏', value: `${COMMON_METHOD_PREFIX}${CommonMethod.HIDE}` },
|
||||
{ label: '滚动到该组件', value: `${COMMON_METHOD_PREFIX}${CommonMethod.SCROLL_TO_VIEW}` },
|
||||
{ label: '回到顶部', value: `${COMMON_METHOD_PREFIX}${CommonMethod.SCROLL_TO_TOP}` },
|
||||
];
|
||||
export const DEFAULT_METHODS: EventOption[] = [];
|
||||
|
||||
export const getCommonEventName = (commonEventName: string, nodeId: string | number) => {
|
||||
const returnName = `${commonEventName}:${nodeId}`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user