In the component pack tutorial, there are some properties for Component Definition that I’m hopeful someone can provide some additional background on.
alwaysLoad - This indicates that dependencies of a component will be loaded even if the component isn’t requested. Questions:
- Does this mean that even if a page does not contain a component from the pack, that the component runtime, css, etc. will be loaded in to any skuid page in that org?
- Beyond customLabels, js & css, is there anything else that is considered a depdendency?
- When/How should this be used? When the custom component itself contains things like basicfieldeditor, skootable, etc.?
- What is the expected value that should be set for this property? Given it’s name, it would appear to be a string (path) property (possibly even an array of strings) but the way the description reads (“Property that specifies if this component…”) it could be a boolean?