divText()
divText(
text,options?):HTMLDivElement
Defined in: js-api/ui.ts:218
Returns DivElement with the specified inner text. Example: https://public.datagrok.ai/js/samples/ui/components/typography
Parameters
| Parameter | Type | Default value |
|---|---|---|
text | string | undefined |
options | any | null |
Returns
HTMLDivElement