ebs.injectStyleAsync

(FintechOS Studio 22.1.4.4 and later)

Loads and applies a custom style sheet. The result of the operation is returned in a void promise object.

Syntax

Copy
function ebs.injectStyleAsync(url: string) : Promise<void>
 
Parameter Type Description
url string Path to the style sheet file.

Response

Returns a void promise object, allowing you to associate handlers in case of success of failure.

Examples