Interface: FillMaskProps
Hierarchy
Omit
<SharedComponentProps
,"aria-labelledby"
>↳
FillMaskProps
Properties
ariaLabel
• Optional
ariaLabel: string
Deprecated
- Use kebab-case aria-label instead Label to be used for accessibility purposes.
Inherited from
Omit.ariaLabel
Defined in
packages/ida-framework/src/types.ts:46
className
• Optional
className: string
Inherited from
Omit.className
Defined in
packages/ida-framework/src/types.ts:48
fillColor
• Optional
fillColor: string
Default
'#C4CDD6'
Defined in
packages/ida-framework/src/features/marginOverlay/FillMask.tsx:28
height
• height: number
Height to use for the underlying SVG's viewbox
Defined in
packages/ida-framework/src/features/marginOverlay/FillMask.tsx:20
mask
• mask: Mask
Collection of points used to draw the SVG
Defined in
packages/ida-framework/src/features/marginOverlay/FillMask.tsx:24
role
• Optional
role: AriaRole
Inherited from
Omit.role
Defined in
packages/ida-framework/src/types.ts:49
style
• Optional
style: CSSProperties
Inherited from
Omit.style
Defined in
packages/ida-framework/src/types.ts:47
useBorder
• Optional
useBorder: boolean
Whether to draw a border around the SVG.
Default
true
Defined in
packages/ida-framework/src/features/marginOverlay/FillMask.tsx:33
width
• width: number
Width to use for the underlying SVG's viewbox
Defined in
packages/ida-framework/src/features/marginOverlay/FillMask.tsx:16