Tab Data Attributes
Property
- tabDataAttributes
Purpose
- Applies attributes to all tabs
{
tabDataAttributes: [
{ label: 'Custom 2', name: 'custom2', value: true },
{
label: 'Special Configuration',
name: 'custom9',
isButton: true,
tab: 'Special',
buttonHandler: async (e, dataAttribute) => {
}
}
],
}