Luuk Peters (ProudNerds)
01/24/2025, 3:15 PMPatrick de Mooij
01/24/2025, 8:31 PMLuuk Peters (ProudNerds)
01/25/2025, 8:44 AMRichard Soeteman
01/27/2025, 7:45 AMNiels Lyngsø
01/27/2025, 4:35 PMactiveLocalPath
and activePath
)
If you dont need the full URL, then just observe the activeLocalPath
this.consumeContext(UMB_ROUTE_CONTEXT, (context) => {
this.observe(context.activeLocalPath, (activeLocalPath) => {
console.log('Active tab slug is', activelocalPath)
});
});
I hope that helps 🙂Richard Soeteman
01/28/2025, 7:40 AMNiels Lyngsø
01/29/2025, 5:00 PMRichard Soeteman
01/30/2025, 7:49 AM