Type Alias SetupGraphEditorParams

SetupGraphEditorParams: {
    container?: HTMLElement;
    modalStore?: ModalStore;
    saveData?: NodeEditorSaveData;
    setups?: (SetupFunction | Setup)[];
    xmlContext?: Writable<XmlContext>;
    xmlSchemas?: Record<string, XmlSchema | undefined>;
}