We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa5b79 commit 8a1a387Copy full SHA for 8a1a387
docs/docs.md
@@ -81,8 +81,8 @@ The Static Text methods have been prefixed with `s_` to avoid conflicting with t
81
82
0. `(Text) s_text(index)` Find a text by index.
83
0. `(Array<Text>) s_e_texts` Get an array of text elements.
84
-0. `(Text) s_first_text` Get the first text element.
85
-0. `(Text) s_last_text` Get the last text element.
+0. `(Text) first_s_text` Get the first text element.
+0. `(Text) last_s_text` Get the last text element.
86
0. `(Text) s_text(text)` Get the first element that matches text.
87
0. `(Text) s_text_include(text)` Get the first textfield that includes text.
88
0. `(Array<String>) s_texts` Get an array of text texts.
0 commit comments