lassoApp_link
Creates a link to a resource within a LassoApp.
Target
Signature
1lassoApp_link(path::string)Creates a link to a resource within a LassoApp.
lassoApp_link is a global callable that can be used wherever an expression is valid. lassoApp_link appears in project setup, source loading, or packaging code. Keep paths explicit, load reusable definitions once, and choose template mode only when literal output is part of the file.
Parameters
path- Required value of type
string. Supplypathpositionally unless the signature shows a keyword form.
Examples
Basic call
1lassoApp_link('/assets/site.css')The example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.