Finding the API for Umbraco.PropertyEditors.BlockEditor.InlineBlockEditor in the ng-controller
Hello all, this is my first post and I have a question about the ng-controller use. When I was looking at the Backoffice code of the "inlineblock.editor.html" file, I noticed a line which states:
... ng-controller="Umbraco.PropertyEditors.BlockEditor.InlineBlockEditor as vm" ...
I'm curious what properties and methods the InlineBlockEditor class or object has. I tried looking in the documentation of this object, but I could not find it.
Where may I find more information about the API of InlineBlockEditor and the other PropertyEditors in terms of its methods and properties via the ng-controller?
Finding the API for Umbraco.PropertyEditors.BlockEditor.InlineBlockEditor in the ng-controller
Hello all, this is my first post and I have a question about the ng-controller use. When I was looking at the Backoffice code of the "inlineblock.editor.html" file, I noticed a line which states:
I'm curious what properties and methods the InlineBlockEditor class or object has. I tried looking in the documentation of this object, but I could not find it.
Where may I find more information about the API of InlineBlockEditor and the other PropertyEditors in terms of its methods and properties via the ng-controller?
I thank you for your time.
is working on a reply...