mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
notes and docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
833d03c977
commit
55c119c98b
@ -3150,7 +3150,7 @@ var TaskActions = actions.Actions({
|
||||
|
||||
// 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
|
||||
// not want but that still takes time and memory...
|
||||
// not want...
|
||||
// XXX this does not copy aliases...
|
||||
// XXX might be a good idea to add a 'IsolatedTask' feature/mixin to
|
||||
// handle cleanup (via .done() action)
|
||||
|
||||
@ -894,12 +894,18 @@ var SharpActions = actions.Actions({
|
||||
|
||||
options format:
|
||||
{
|
||||
// if false this will run the actions in the current context...
|
||||
//
|
||||
// default: true
|
||||
linked: <bool>,
|
||||
|
||||
// if true read metadata...
|
||||
//
|
||||
// default: true
|
||||
metadata: <book> | 'full',
|
||||
|
||||
// if true create previews...
|
||||
//
|
||||
// default: true
|
||||
previews: <book>,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user