- _onAdd(
values: {
datas: { name: string; y: string }[];
title: string;
x: string;
},
template: string,
cursor: undefined | IEditorCursor,
dispatch: Dispatch<IEditorAction>,
): void Parameters
- values: { datas: { name: string; y: string }[]; title: string; x: string }
- template: string
- cursor: undefined | IEditorCursor
- dispatch: Dispatch<IEditorAction>
Returns void
On add