Colleagues how to set a hint in clusters. I have 15 objects in a cluster, I know that. I need to install Hint so as not to open the cluster and find out what's inside, and see everything at the prompt. Clusters are created automatically. Help is not all understood, I looked at all the examples, I ask for help.
if (e.get('type') == 'mouseenter') { //курсор над кластером, создадим новый хинт! var objectId = e.get('objectId'); var cluster = MySuperObjectManager.clusters.getById(objectId); if (cluster) { cluster.hintContent='123....'; cluster.hasHint=true; //как показать хинт над кластером? //cluster.hint.open(); - не работает } }