github.com/GeniusesGroup/libgo@v0.0.0-20220929090155-5ff932cb408e/protocol/gui-som.go (about) 1 /* For license and copyright information please see LEGAL file in repository */ 2 3 package protocol 4 5 // SOM as Style-Object-Model 6 // same in many way to CSSOM as Cascading-Style-Sheets-Object-Model https://developer.mozilla.org/en-US/docs/Web/API/CSS_Object_Model 7 type SOM interface { 8 }