diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-12 13:56:14 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-12 13:56:14 -0400 |
commit | 54e8450ea88a03bee23cbad3321b5f6bac465e33 (patch) | |
tree | e745596593545b456432178af3fb8b2673d8d333 /src/client/documents/Documents.ts | |
parent | 3911cf85eaf57c133166a6bd08732193ac74d885 (diff) |
fixed issues with preselements not updating. fixed focus issues with stacking view for Presentations
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 95b8daafc..125a531f4 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -127,6 +127,7 @@ export interface DocumentOptions { borderRounding?: string; boxShadow?: string; dontRegisterChildViews?: boolean; + lookupField?: ScriptField; // script that returns the value of a field. This script is passed the rootDoc, layoutDoc, field, and container of the document. see PresBox. "onDoubleClick-rawScript"?: string; // onDoubleClick script in raw text form "onClick-rawScript"?: string; // onClick script in raw text form "onCheckedClick-rawScript"?: string; // onChecked script in raw text form |