Handbook
Glossary
inspector ( obj -- )
Factor handbook
»
UI developer tools
»
UI inspector
Next:
content-gadget ( object -- gadget/f )
Vocabulary
ui
.
tools
.
inspector
Inputs
obj
an
object
Outputs
None
Word description
Opens a new inspector window displaying the slots of
obj
.
Definition
USING:
models
;
IN:
ui.tools.inspector
:
inspector
( obj -- )
<model>
inspect-model
;