ShowPopoverParams.build method
ShowPopoverParams › build
Populates the popover's content.Signature:
build(this: void, params: ShowPopoverBuildParams): PopoverValueGetter<Value>Parameters:
| Parameter | Type | Description |
|---|---|---|
| this | void | |
| params | ShowPopoverBuildParams | The tools for populating the popover. |
Returns: PopoverValueGetter<Value> — A getter read when the popover is confirmed.