placeholder property

String? placeholder
getter/setter pair

Overrides the "placeholder" in the message field, which displays a dimmed text when no text has yet been entered.

Defaults to "Say something..." (or a {@link https://talkjs.com/docs/Features/Multiple_Languages.html | translation thereof}).

Implementation

external String? placeholder;