BlogPlaygroundOne

VLayout API


Props
name
type
default
boolean
false

Sets the component height to 100%.

string | number
undefined

Sets the height for the component.

string | number
undefined

Sets the maximum height for the component.

string | number
undefined

Sets the maximum width for the component.

string | number
undefined

Sets the minimum height for the component.

string | number
undefined

Sets the minimum width for the component.

string | number
undefined

Sets the width for the component.

Slots
never

The default Vue slot.

Exposed
(id: string) => { size: number position: 'top' | 'left' | 'right' | 'bottom' top: number bottom: number left: number right: number id: string }
{ size: number position: 'top' | 'left' | 'right' | 'bottom' top: number bottom: number left: number right: number id: string }[]

Function that returns position and size information about a specific layout item.

A array of all registered layout items.