set_description
Sets or clears this object’s styled description.
Function
object:set_description(description)
object:set_description(nil)
Arguments
string or nil description- Valid styled-text markup.
nilor an empty string clears the description.
Errors
mux.unavailable.checkingduring@lua/check.mux.arg.invalidfor invalid text or markup.mux.object.invalidif the handle is stale.mux.object.unavailableif the object is being destroyed.