Skip to content
On this page

Home > @plaidev/karte-action-sdk > loadStyle

loadStyle() function

アクションにグローバルなスタイルを読み込む

Signature:

typescript
declare function loadStyle(href: string): Promise<void>;

Parameters

ParameterTypeDescription
hrefstringstyle ファイルのリンク URL

Returns:

Promise<void>