UseViewerOptions
type UseViewerOptions<TOptions, TViewer> = object;Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
TOptions | unknown |
TViewer extends ISonoscopeViewer | ISonoscopeViewer |
Properties
Section titled “Properties”| Property | Type |
|---|---|
onReady? | (viewer: TViewer) => void |
options? | TOptions |
scope? | Sonoscope | null |
viewer | string | CustomViewerFactory<TOptions, TViewer> |