How to attach custom meta data ytext.insert and ytext.delete

Hello, is it possible to attach custom data to the ytext api’s?

ytext.insert(1, ‘abc’, { bold: true, meta: customdata })
ytext.delete(0, 3, { meta: customdata })

then retrive the ‘meta: customdata’ from the change event
event.delta.meta or yTextEvent.meta