Skip to main content
ChatPreview()

Example

from mirmod.controls import ChatPreview

@wob.receiver("state", "preview", control=ChatPreview(), hidden=True, connectable=False)
def chat_preview(self, data):
	pass

Parameters

This control has no configurable parameters.