mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-04 09:48:40 +01:00
feat: showing service class name in browser tab and on top of the frontend page
This commit is contained in:
@@ -2,6 +2,7 @@ import { SerializedValue } from '../components/GenericComponent';
|
||||
|
||||
export type State = {
|
||||
type: string;
|
||||
name: string;
|
||||
value: Record<string, SerializedValue> | null;
|
||||
readonly: boolean;
|
||||
doc: string | null;
|
||||
|
||||
Reference in New Issue
Block a user