CustomDocumentEditEvent$Typings<T extends CustomDocument> extension
Properties
-
document
→ T
-
The document that the edit is for.
no setter
-
label
→ String?
-
Display name describing the edit.
no setter
-
redo
↔ FutureOr<void> Function()
-
getter/setter pair
-
undo
↔ FutureOr<void> Function()
-
getter/setter pair