Skip to content

Commit

Permalink
Update reference.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
euu2021 authored Jan 2, 2024
1 parent 6dfbbcd commit 4d87282
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/docs/scripting/reference.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,38 @@ node.geometry.getShape()

node.geometry.getVerticalMargin()

/*
NodeRO
*/

// Returns the date that the node was created.

node.getCreatedAt()

// Returns the text of the details as a Convertible.

node.getDetails()

// Returns details content type.

node.getDetailsContentType()

// Returns the raw HTML text of the details if there is any or null otherwise.

node.getDetailsText()

// Plain or HTML text of this node after possible transformation (formula evaluation, formatting, ...)

node.getDisplayedText()

// Returns the format string of the formatter if available and null otherwise.

node.getFormat()

// Returns true if node details are hidden.

node.getHideDetails()

/*
NodeStyleRO
*/
Expand Down

0 comments on commit 4d87282

Please sign in to comment.