Custom Build Tools
Property
- customBuildTools
Purpose
- Provide a way to create custom Build tool buttons
{
customBuildTools: [
{
buttonText: 'Surprise Me',
onClick: (params) => {
return `<marquee>✨ Alive and kicking! ✨</marquee>`;
}
}
],
}