In Admin Panel, I have created a custom field extending from \koolreport\dashboard\Field with a custom render file (.view.php). But I have to show a slightly different version in list screen, in update screen and in create screen (so each screen will have a bit different version of a field).
My question is: how do I know in my .view.php (or in class extending from dashboard\field) on which screen I currently am? Or is there some other way of doing this?
Thank you