String? getTabIdKey(Map<String, dynamic> props) { final tabId = props['tabId'] as String?; if (tabId == null) return null; return extractFirstPlaceholderKey(tabId); }