HSString
Type
A reactive string container. Pass to .text() to get automatic
re-renders when .set() is called from JavaScript.
Properties
Methods
set(newValue)
Update the string value, triggering a re-render if bound to a UI element
Hammerspoon 2/Engine/Types/HSString.swift:24
Parameters
-
newValuestringThe new string
Returns
Nothing