mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-12 00:34:10 +01:00
Added missing types in diagramDB
This commit is contained in:
@@ -35,7 +35,8 @@ export interface DiagramDB {
|
||||
getAccTitle?: () => string;
|
||||
setAccDescription?: (description: string) => void;
|
||||
getAccDescription?: () => string;
|
||||
|
||||
getDirection?: () => string;
|
||||
setDirection?: (direction: string) => void;
|
||||
setDisplayMode?: (title: string) => void;
|
||||
bindFunctions?: (element: Element) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user