mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-21 19:32:24 +01:00
frontend: fixes displayName for dotted dictionary keys
This commit is contained in:
@@ -15,7 +15,7 @@ export type State = {
|
||||
* @returns An array of components that make up the path, including attribute names,
|
||||
* numeric indices, and string keys as separate elements.
|
||||
*/
|
||||
function parseFullAccessPath(path: string): string[] {
|
||||
export function parseFullAccessPath(path: string): string[] {
|
||||
// The pattern matches:
|
||||
// \w+ - Words
|
||||
// \[\d+\.\d+\] - Floating point numbers inside brackets
|
||||
|
||||
Reference in New Issue
Block a user