Skip to content

set_property to open/close a folder #169

@jwnimmer-tri

Description

@jwnimmer-tri

In the context of RobotLocomotion/drake#20797, it would be helpful to allow programmatic remote control over the folder state.

One way to offer that would be a property message:

{
  "type": "set_property",
  "path": "/drake",
  "property": "folder_open",
  "value": true
}

When the value is true we'd call folder.open(), for false we'd call folder.close().

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions