Advertisement
Guest User

Untitled

a guest
May 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   constructor(props) {
  2.     super(props)
  3.  
  4.     this.buttonsConfig = {
  5.       buttons: {
  6.         klipy: {
  7.           click: (e) => {
  8.             console.log(e, 'eeee')
  9.           }
  10.         },
  11.         edit: {},
  12.         delete: {
  13.           deleteUrl: `${config.wptvAddress}${config.apiSuffix}/source/`
  14.         },
  15.       },
  16.       stickIdAtEndOfAction: true,
  17.     }
  18.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement