跳到主要内容

ui/build/data-renderer/data-renderer-runtime

ui/build/data-renderer/data-renderer-runtime

Interfaces

DataRendererRuntime

Defined in: apps/website/.api-docs-entry/ui/build/data-renderer/data-renderer-runtime.d.ts:8

Properties

customTypeRenderers
readonly customTypeRenderers: CustomTypeRendererMap;

Defined in: apps/website/.api-docs-entry/ui/build/data-renderer/data-renderer-runtime.d.ts:14

Methods

autocompleteGeolocation()
autocompleteGeolocation(query): Effect<TGeolocationPickerValue[], unknown>;

Defined in: apps/website/.api-docs-entry/ui/build/data-renderer/data-renderer-runtime.d.ts:9

Parameters
Parameter Type
query string
Returns

Effect<TGeolocationPickerValue[], unknown>

createFileUploadClient()
createFileUploadClient(): IFileUploadClient;

Defined in: apps/website/.api-docs-entry/ui/build/data-renderer/data-renderer-runtime.d.ts:10

Returns

IFileUploadClient

fileUrl()
fileUrl(key): string;

Defined in: apps/website/.api-docs-entry/ui/build/data-renderer/data-renderer-runtime.d.ts:12

Resolves a persisted storage key through the host that mounted the workspace.

Parameters
Parameter Type
key string
Returns

string

renderStaticMap()
renderStaticMap(input): Effect<StaticMapImage, unknown>;

Defined in: apps/website/.api-docs-entry/ui/build/data-renderer/data-renderer-runtime.d.ts:13

Parameters
Parameter Type
input StaticMapRequest
Returns

Effect<StaticMapImage, unknown>

Type Aliases

CustomTypeRendererMap

type CustomTypeRendererMap = Readonly<Record<string, Component<ConfirmationProps>>>;

Defined in: apps/website/.api-docs-entry/ui/build/data-renderer/data-renderer-runtime.d.ts:7

Functions

getDataRendererRuntimeContext()

function getDataRendererRuntimeContext():
  | DataRendererRuntime
  | undefined;

Defined in: apps/website/.api-docs-entry/ui/build/data-renderer/data-renderer-runtime.d.ts:16

Returns

| DataRendererRuntime | undefined


setDataRendererRuntimeContext()

function setDataRendererRuntimeContext(runtime): void;

Defined in: apps/website/.api-docs-entry/ui/build/data-renderer/data-renderer-runtime.d.ts:17

Parameters

Parameter Type
runtime DataRendererRuntime

Returns

void