j
One interesting thing we are doing now since 14.1 is extracting all the type info on the TypeScript classes and what not and publishing them using a tool called "typedoc". You can see it here alongside Storybook and the C# docs: https://apidocs.umbraco.com/v14/ui-api/
For example if you wanted to reference the actual description of a UFM component, you could see it here: https://apidocs.umbraco.com/v14/ui-api/interfaces/packages_ufm.UfmPlugin.html
Or if you ever wondered which methods you could actually call on
this.localize
, you could look it up here: https://apidocs.umbraco.com/v14/ui-api/classes/libs_localization_api.UmbLocalizationController.html
term
is the most used one, but there are also
string
,
relativeTime
, and
number
w
Thanks this will be handy for me for project I am on 💪 🥰
4 Views