class ResourceMetadata : DockPanel { void onRender() { UI::title("Metadata"); UI::separator(); UI::text(Path::getName(selectedResource)); } }