added events
This commit is contained in:
28
src/nodes/ts3-event/ui/editor.html
Normal file
28
src/nodes/ts3-event/ui/editor.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<div class="form-row">
|
||||
<label for="node-input-name"><i class="fa fa-globe"></i> Name</label>
|
||||
<input type="text" id="node-input-name">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-configid"><i class="fa fa-server"></i> Connection</label>
|
||||
<input type="text" id="node-input-configid">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-configid"><i class="fa fa-terminal"></i> Event</label>
|
||||
<select class="form-select" id="node-input-selection">
|
||||
<option value="channelcreate" >ChannelCreate </option>
|
||||
<option value="channeldelete" >ChannelDelete </option>
|
||||
<option value="channeledit" >ChannelEdit </option>
|
||||
<option value="channelmove" >ChannelMove </option>
|
||||
<option value="clientconnect" >ClientConnect </option>
|
||||
<option value="clientdisconnect" >ClientDisconnect </option>
|
||||
<option value="clientmoved" >ClientMoved </option>
|
||||
<option value="serveredit" >ServerEdit </option>
|
||||
<option value="textmessage" >TextMessage </option>
|
||||
<option value="tokenused" >TokenUsed </option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
You can find documentation for all events
|
||||
<a target="_blank" href="https://multivit4min.github.io/TS3-NodeJS-Library/modules/types_events.html"> here</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user