Interface IDisplayProps

Display/layout properties of the field

Hierarchy

  • IDisplayProps

Properties

align?: string

Field alignment

fieldLayout?: string

Layout inside field

isStandalone?: boolean
lg?: number

For large devices

md?: number

For medium devices

offset?: string

Offset distance from row start

optionsLayout?: string

Layout for dropdown options

rs?: boolean

Wheter to start field from a new row position

sm?: number

For small devices

xs?: number

For very small devices

Generated using TypeDoc