Interface: DesignLayerProps
Hierarchy
↳
DesignLayerProps
Properties
ariaLabel
• Optional
ariaLabel: string
Deprecated
- Use kebab-case aria-label instead Label to be used for accessibility purposes.
Inherited from
SharedComponentProps.ariaLabel
Defined in
packages/ida-framework/src/types.ts:46
children
• children: ReactNode
| ReactNode
[]
Defined in
packages/ida-framework/src/layout/DesignLayer.tsx:16
className
• Optional
className: string
Inherited from
SharedComponentProps.className
Defined in
packages/ida-framework/src/types.ts:48
name
• Optional
name: string
Defined in
packages/ida-framework/src/layout/DesignLayer.tsx:18
role
• Optional
role: AriaRole
Inherited from
Defined in
packages/ida-framework/src/types.ts:49
showOverflow
• Optional
showOverflow: boolean
Defined in
packages/ida-framework/src/layout/DesignLayer.tsx:17
style
• Optional
style: CSSProperties