Interface: OutlinedElementProps
Defined in: workingtitle-instruments-epic2/shared/Components/OutlinedElement.tsx:4
Props for OutlinedElement.
Extends
Indexable
[x
: string
]: any
Allows for user to pass in any props they want.
Properties
children?
optional
children:DisplayChildren
[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
className?
optional
className:string
Defined in: workingtitle-instruments-epic2/shared/Components/OutlinedElement.tsx:8
The class to use on both paths.
d?
optional
d:string
|Subscribable
<string
>
Defined in: workingtitle-instruments-epic2/shared/Components/OutlinedElement.tsx:16
The path string.
outlineClass?
optional
outlineClass:string
Defined in: workingtitle-instruments-epic2/shared/Components/OutlinedElement.tsx:10
The class to use on the first path.
outlineProps?
optional
outlineProps:object
Defined in: workingtitle-instruments-epic2/shared/Components/OutlinedElement.tsx:12
Props to apply to the outlined element.
Index Signature
[x
: string
]: any
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
tag
tag:
string
Defined in: workingtitle-instruments-epic2/shared/Components/OutlinedElement.tsx:6
The element tag to use, like path
or circle
.