DaffExternalScriptServiceInterface
import { DaffExternalScriptServiceInterface } from '@daffodil/core/external-script'
interface DaffExternalScriptServiceInterface {
load: Observable<boolean>
}
Properties
Name | Type | Description |
---|---|---|
load | Observable<boolean> | Load a script into the document. |