notes and docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-01-29 23:12:00 +03:00
parent 833d03c977
commit 55c119c98b
2 changed files with 7 additions and 1 deletions

View File

@ -3150,7 +3150,7 @@ var TaskActions = actions.Actions({
// XXX would be nice to have an ability to partially clone the instance... // XXX would be nice to have an ability to partially clone the instance...
// ...currently we can do a full clone and remove things we do // ...currently we can do a full clone and remove things we do
// not want but that still takes time and memory... // not want...
// XXX this does not copy aliases... // XXX this does not copy aliases...
// XXX might be a good idea to add a 'IsolatedTask' feature/mixin to // XXX might be a good idea to add a 'IsolatedTask' feature/mixin to
// handle cleanup (via .done() action) // handle cleanup (via .done() action)

View File

@ -894,12 +894,18 @@ var SharpActions = actions.Actions({
options format: options format:
{ {
// if false this will run the actions in the current context...
//
// default: true // default: true
linked: <bool>, linked: <bool>,
// if true read metadata...
//
// default: true // default: true
metadata: <book> | 'full', metadata: <book> | 'full',
// if true create previews...
//
// default: true // default: true
previews: <book>, previews: <book>,
} }