org.jboss.hal.dmr.macro.macroOptions.dmr Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hal-dmr Show documentation
Show all versions of hal-dmr Show documentation
Contains classes to talk to the domain controller using the DMR protocol
The newest version!
{
"comment" => "This file is not used! It's just here to generate the base64 encoded version using https://github.com/hal/dmr.cmd",
"description" => "Options for a new macro.",
"attributes" => {
"name" => {
"type" => STRING,
"description" => "The name of the macro.",
"nillable" => false
},
"description" => {
"type" => STRING,
"description" => "A description for the new macro.",
"nillable" => true
},
"omit-read-operations" => {
"type" => BOOLEAN,
"description" => "Whether to omit read operations during recording",
"nillable" => true,
"default" => false
},
"open-in-editor" => {
"type" => BOOLEAN,
"description" => "Whether the macro should be opened in the macro editor after recording was stopped.",
"nillable" => true,
"default" => false
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy