Function _onAdd

    • On add

      Parameters

      • values: {
            datas: {
                name: string;
                y: string;
            }[];
            title: string;
            x: string;
        }

        Values

        • datas: {
              name: string;
              y: string;
          }[]
        • title: string
        • x: string
      • template: string

        Template

      • cursor: undefined | IEditorCursor

        Cursor

      • dispatch: Dispatch<IEditorAction>

        Dispatch

      Returns void

    Generated using TypeDoc and TypeDoc Airthium Plugin