@moritzbrantner/diagrams - v0.1.1
GitHub
Preparing search index...
UmlClass
Type Alias UmlClass
type
UmlClass
=
{
annotation
?:
React.ReactNode
;
attributes
?:
readonly
React.ReactNode
[]
;
height
?:
number
;
id
:
string
;
kind
?:
UmlClassKind
;
name
:
React.ReactNode
;
operations
?:
readonly
React.ReactNode
[]
;
stereotype
?:
React.ReactNode
;
width
?:
number
;
x
?:
number
;
y
?:
number
;
}
Index
Properties
annotation?
attributes?
height?
id
kind?
name
operations?
stereotype?
width?
x?
y?
Properties
Optional
annotation
annotation
?:
React.ReactNode
Optional
attributes
attributes
?:
readonly
React.ReactNode
[]
Optional
height
height
?:
number
id
id
:
string
Optional
kind
kind
?:
UmlClassKind
name
name
:
React.ReactNode
Optional
operations
operations
?:
readonly
React.ReactNode
[]
Optional
stereotype
stereotype
?:
React.ReactNode
Optional
width
width
?:
number
Optional
x
x
?:
number
Optional
y
y
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
annotation
attributes
height
id
kind
name
operations
stereotype
width
x
y
GitHub
@moritzbrantner/diagrams - v0.1.1
Loading...