slang icon indicating copy to clipboard operation
slang copied to clipboard

Default parameters for non-rich nodes

Open Tienisto opened this issue 2 years ago • 0 comments

Motivation RichText has default parameters. Normal ones (StringText) shall have this feature too.

Developer Experience Similar to RichText using brackets (...), e.g. Welcome {name(User)}

String a = t.welcome(name: 'Tom'); // Welcome Tom
String b = t.welcome(); // Welcome User

Tienisto avatar Sep 29 '22 09:09 Tienisto