The current parameter may be used to determine the current value of a parameter. Some of the editor parameters may have settings indicating that the value of the parameter should be taken from somewhere else.
For example, the block.defaultType parameter may be set to default. If you want to know what the actual default block type is, you will need to query default.block.defaultType. If default.block.defaultType is set to install, you will need to query install.block.defaultType.
The current parameter will do all this for you, so you can query current.block.defaultType and will receive either stream, character, element, or rectangle.
query command
The current view.
query current.parameter
parameter | Use the parameter qualifier to specify the name of the editor parameter for which you wish to determine the current value. Note that not all editor parameters have a current setting. |
query current.block.defaultType
query command
set command
default parameter
install parameter
block.defaultType parameter
Editor parameters