extractAllTextOutput
ใใฎใณใณใใณใใฏใพใ ๆฅๆฌ่ช่จณใใใใพใใใ
function extractAllTextOutput(items): string;
Extract all text output from a list of run items by concatenating the content of all message output items.
Parameters
Section titled โParametersโParameter | Type | Description |
---|---|---|
|
|
The list of run items to extract text from. |
Returns
Section titled โReturnsโstring
A string of all the text output from the run items.