Return instance of ui component
UI.getInstance
UI.getInstance(document.querySelector('.vk-player'))
Root element or id of ui component
Instance of ui component
Initialize new ui components found in specified html container.
UI.initComponents
UI.initComponents(document.body)
Container where need to initialize new ui components (By default uses entire document)
Generated using TypeDoc
Return instance of ui component
UI.getInstance
UI.getInstance(document.querySelector('.vk-player'))