How to make the property panel pop up automatically as soon as the model is loaded?

function to be realized: after the model is loaded on the page, the property panel needs to pop up automatically, how to achieve it?

May.08,2021

viewer.addEventListener(Autodesk.Viewing.GEOMETRY_LOADED_EVENT,(e) => {
    viewer.getPropertyPanel(true).setVisible(true);
})

excuse me, is this web?
your description is not very clear
if it is WEB, just use WINDOWS.ONLOAD

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c5c9-2bb54.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c5c9-2bb54.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?