From d283a018cbad062de9dd57dd951f680a953d6b8a Mon Sep 17 00:00:00 2001 From: Marcelo Lv Cabral Date: Tue, 9 Jun 2026 13:32:56 -0700 Subject: [PATCH] Add scrollable field to StdDlgTextItem documentation --- .../standard-dialog-framework-nodes/std-dlg-text-item.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/REFERENCES/scenegraph/standard-dialog-framework-nodes/std-dlg-text-item.md b/docs/REFERENCES/scenegraph/standard-dialog-framework-nodes/std-dlg-text-item.md index 0334952b..c643944f 100644 --- a/docs/REFERENCES/scenegraph/standard-dialog-framework-nodes/std-dlg-text-item.md +++ b/docs/REFERENCES/scenegraph/standard-dialog-framework-nodes/std-dlg-text-item.md @@ -44,6 +44,13 @@ The **StdDlgTextItem** node is used to display a block of text. It should only b Specifies the text to be displayed. If the text width does not fit within the width of the content area, the text will wrap onto multiple lines. +scrollable +boolean +false +READ_WRITE +Specifies whether the text is scrollable. If true, the text will be displayed in a scrollable area. + + namedTextStyle string "normal"