Skip to content

@vtj


@vtj / ui / dialogProps

Variable: dialogProps ​

const dialogProps: object

Defined in: packages/ui/types/components/dialog/types.d.ts:7

Type Declaration ​

beforeClose ​

beforeClose: object

beforeClose.type ​

type: PropType<() => boolean | Promise<boolean>>

bodyPadding ​

bodyPadding: object

bodyPadding.default ​

default: boolean

bodyPadding.type ​

type: BooleanConstructor

cancel ​

cancel: object

cancel.type ​

type: (BooleanConstructor | StringConstructor)[]

closable ​

closable: object

closable.default ​

default: boolean

closable.type ​

type: BooleanConstructor

componentInstance ​

componentInstance: object

componentInstance.type ​

type: PropType<Record<string, any> | null>

content ​

content: object

content.type ​

type: PropType<VNode | DefineComponent<any, any, any, any> | Record<string, any>>

draggable ​

draggable: object

draggable.default ​

default: boolean

draggable.type ​

type: PropType<boolean | DraggableOptions>

height ​

height: object

height.default ​

default: string

height.type ​

type: (NumberConstructor | StringConstructor)[]

icon ​

icon: object

icon.type ​

type: PropType<IconParam>

left ​

left: object

left.type ​

type: (NumberConstructor | StringConstructor)[]

maximizable ​

maximizable: object

maximizable.default ​

default: boolean

maximizable.type ​

type: BooleanConstructor

minimizable ​

minimizable: object

minimizable.default ​

default: boolean

minimizable.type ​

type: BooleanConstructor

modal: object

default: boolean

type: BooleanConstructor

mode ​

mode: object

mode.default ​

default: string

mode.type ​

type: PropType<DialogMode>

modelValue ​

modelValue: object

modelValue.default ​

default: boolean

modelValue.type ​

type: BooleanConstructor

primary ​

primary: object

primary.type ​

type: BooleanConstructor

pure ​

pure: object

pure.type ​

type: BooleanConstructor

resizable ​

resizable: object

resizable.type ​

type: PropType<boolean | ResizableOptions>

size ​

size: object

size.default ​

default: string

size.type ​

type: PropType<BaseSize>

src ​

src: object

src.type ​

type: StringConstructor

submit ​

submit: object

submit.type ​

type: (BooleanConstructor | StringConstructor)[]

subtitle ​

subtitle: object

subtitle.type ​

type: StringConstructor

title ​

title: object

title.type ​

type: StringConstructor

top ​

top: object

top.type ​

type: (NumberConstructor | StringConstructor)[]

width ​

width: object

width.default ​

default: string

width.type ​

type: (NumberConstructor | StringConstructor)[]

zIndex ​

zIndex: object

zIndex.type ​

type: NumberConstructor