Optional
bindings: ControlCollectionBindingsOptional
bindings: PageViewerBindingsOptional
bindings: PagePreviewBindingsOptional
bindings: RelationshipDetailsBindingsOptional
bindings: SearchInputBindingsOptional
bindings: SearchAndSelectWithPreviewBindingsOptional
bindings: TimeSliderBindingsDynamically create a SAS Visual Investigator user interface component appended to a given target DOM element location.
{SviComponent} Creates the component.
{HTMLElement} Appends the component to the element.
Optional
bindings: SviComponentBindings{SviComponentBindings} Creates the component with the bindings.
A Promise that resolves when the component has been created. Resolves to an object containing the created element and a function to destroy it.
Functionality related to dynamically creating SAS Visual Investigator user interface components.
Accessed from the window at
window.sas.vi.component
.Example