Last date modified: 2025-Jul-02

Type Alias: TextProvider()

TextProvider: () => string | Promise<string>

Function that returns text or a Promise that resolves to the text

Returns

string | Promise<string>

Text as a string or as a Promise that resolves to a string

Return to top of the page
Feedback