|
@@ -123,6 +123,9 @@ export class ShareSnapshotCtrl {
|
|
|
enable: annotation.enable,
|
|
enable: annotation.enable,
|
|
|
iconColor: annotation.iconColor,
|
|
iconColor: annotation.iconColor,
|
|
|
snapshotData: annotation.snapshotData,
|
|
snapshotData: annotation.snapshotData,
|
|
|
|
|
+ type: annotation.type,
|
|
|
|
|
+ builtIn: annotation.builtIn,
|
|
|
|
|
+ hide: annotation.hide,
|
|
|
};
|
|
};
|
|
|
})
|
|
})
|
|
|
.value();
|
|
.value();
|