So I was using this function called injectContentManagerComponent() and the I didn’t found any documentation regarding the arguments that can be passed in it. all that is mentioned in latest docs is String, String.
app.injectContentManagerComponent("editView", "right-links", {
name: "Date things",
Component: DatesInput,
});
here I want to know what other arguments I can pass alternate to editView and right-links