All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.hal.dmr.macro.macroOptions.dmr Maven / Gradle / Ivy

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