Methods for comments

This commit is contained in:
alonso.torres 2024-09-12 15:47:48 +02:00
parent dd0c5b7806
commit fb39dd5440
8 changed files with 391 additions and 80 deletions

View file

@ -368,7 +368,33 @@
(openPage
[_ page]
(let [id (obj/get page "$id")]
(st/emit! (dw/go-to-page id)))))
(st/emit! (dw/go-to-page id))))
(alignHorizontal
[_ _shapes _direction]
;; TODO
)
(alignVertical
[_ _shapes _direction]
;; TODO
)
(distributeHorizontal
[_ _shapes]
;; TODO
)
(distributeVertical
[_ _shapes]
;; TODO
)
(flatten
[_ _shapes]
;; TODO
)
)
(defn create-context
[plugin-id]