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
Created by Jacky.gao on 2016/7/12.
*/
import {Node} from 'flowdesigner';
export default class StartNode extends Node{
getSvgIcon(){
return 'start.svg';
}
}
`