Description
preparse, lazy, and compiled are compiler/AOT hints on expression declaration sites.
They are not runtime watcher/binding arguments. Runtime binding arguments stay on the returned binder function: (model, leafIndexWatchRule?).
API Reference
Optional options object passed to rsx(expression, options).
preparse, lazy, and compiled are compiler/AOT hints on expression declaration sites.
They are not runtime watcher/binding arguments. Runtime binding arguments stay on the returned binder function: (model, leafIndexWatchRule?).
Enable/disable preparsed AST generation for this expression site.
Mark this expression site as lazy for build-time cache generation.
Enable/disable compiled-plan generation for this expression site (default true).
preparse defaults to true.
lazy defaults to false.
compiled defaults to true.