DataAdapter โ€บ getResourcePath

DataAdapter.getResourcePath() method

Returns an URI for the browser engine to use, for example to embed an image.

Signature:

getResourcePath(normalizedPath: string): string;

Parameters

ParameterTypeDescription
normalizedPathstringpath to file/folder, use normalizePath() to normalize beforehand.

Returns:

string