START
μ±ν μ μμνκ³ `con.setLanguage('js' λλ 'react')`λ‘ μΈμ΄λ₯Ό μ€μ ν©λλ€.
con.chat()
μ±ν μΈμ΄λ₯Ό μ€μ ν©λλ€ ('js' λλ 'react').
con.setLanguage('language')
SPEAK
λͺ¨λ μ¬μ©μμκ² λ©μμ§λ₯Ό μ μ‘ν©λλ€.
con.speak('Hello, World!')
USER
μ¬μ©μ μ΄λ¦μ μ€μ ν©λλ€.
con.configUserName('userName')
ROOM
λλ²κΉ λ°©μ μμ±ν©λλ€. κ³ μ ν ν€κ° μμ±λ©λλ€. μμ±λ ν€κ°μ ν λ²λ§ λ³Ό μ μμ΅λλ€. λλ²κΉ λ°©μμλ μ¬μ©μλ€κ°μ DOM μ‘°μμ΄ κ°λ₯ν©λλ€.
con.createDebugRoom('roomName')
λλ²κΉ λ°©μ μ μ₯ν©λλ€. λ°© μ΄λ¦κ³Ό ν€κ° μΌμΉν΄μΌ ν©λλ€. μΌμΉνμ§ μμΌλ©΄ μ μ₯μ΄ λΆκ°ν©λλ€.
con.enterDebugRoom('roomName', 'roomKey')
λͺ¨λ λλ²κΉ λ°©μ λͺ©λ‘μ μ‘°νν©λλ€.
con.listRooms()
λλ²κΉ λ°©μμ λκ°λλ€.
con.leaveRoom()
DEBUG
κ°λ°μ λꡬμμ ν΄λ¦ν μμμ μ€νμΌμ λ³κ²½ν©λλ€.
con.changeStyle('color: red; background-color: yellow;')
κ°λ°μ λꡬμμ ν΄λ¦ν μμμ ν μ€νΈλ₯Ό λ³κ²½ν©λλ€.
con.changeText('text')
κ°λ°μ λꡬμμ ν΄λ¦ν μμμ μμ± κ°μ μ€μ ν©λλ€.
con.setAttribute('attrName', 'attrValue')
κ°λ°μ λꡬμμ ν΄λ¦ν μμμ μ£Όλ³μΌλ‘ elementλ₯Ό μ§μ λ μμΉμ μ½μ ν©λλ€. elementλ Javascript λ¬Έλ²μ μ¬μ©νμ¬ μ κ·Όν μ μμ΅λλ€. position : beforebegin | afterbegin | beforeend | afterend
con.insertElement(element, 'position')
element λλ κ°λ°μ λꡬμμ ν΄λ¦ν μμλ₯Ό μμ ν©λλ€.
con.removeElement(element)
λͺ¨λ DOM λ³κ²½ μ¬νμ μ΄κΈ°νν©λλ€.
con.clearChanges()
μ»΄ν¬λνΈλ₯Ό μ΄λ¦μΌλ‘ κ²μνμ¬ DOM μμλ₯Ό νμΈν©λλ€.
con.searchComponents('componentName')
리μ‘νΈ μ»΄ν¬λνΈ νΈλ¦¬λ₯Ό 보μ¬μ€λλ€.
con.showComponentTree()
리μ‘νΈ μ»΄ν¬λνΈ νΈλ¦¬λ₯Ό λΉκ΅ν©λλ€. λ°μ μμ μμ μμ stateμ propsλ₯Ό λΉκ΅ν©λλ€.
con.shareComponentTree('userName')
GUIDE
con.chat μ¬μ© κ°μ΄λλ₯Ό 보μ¬μ€λλ€.
con.showGuide()
CLOSE
νμ¬ μ±ν μΈμ μ μ’ λ£ν©λλ€. λ λ§λμ!
con.close()