Skip to content

@vtj / Modules / ui / MaskTab

Interface: MaskTab

ui.MaskTab

Table of contents

Properties

Properties

closable

Optional closable: boolean

Defined in

packages/ui/types/components/mask/types.d.ts:105


dialog

Optional dialog: Readonly<Partial<ExtractPropTypes<{ beforeClose: { type: PropType<() => boolean | Promise<...>> } ; bodyPadding: { default: boolean ; type: BooleanConstructor } ; cancel: { type: (StringConstructor | BooleanConstructor)[] } ; closable: { default: boolean ; type: BooleanConstructor } ; componentInstance: { type: PropType<null | Record<string, any>> } ; content: { type: PropType<Record<string, any> | DefineComponent<any, any, any, any> | VNode<RendererNode, RendererElement, { [key: ...]: ...; }>> } ; draggable: { default: boolean ; type: PropType<boolean | DraggableOptions> } ; height: { default: string ; type: (StringConstructor | NumberConstructor)[] } ; icon: { type: PropType<IconParam> } ; left: { type: (StringConstructor | NumberConstructor)[] } ; maximizable: { default: boolean ; type: BooleanConstructor } ; minimizable: { default: boolean ; type: BooleanConstructor } ; modal: { default: boolean ; type: BooleanConstructor } ; mode: { default: string ; type: PropType<DialogMode> } ; modelValue: { default: boolean ; type: BooleanConstructor } ; primary: { type: BooleanConstructor } ; resizable: { type: PropType<boolean | ResizableOptions> } ; size: { default: string ; type: PropType<BaseSize> } ; src: { type: StringConstructor } ; submit: { type: (StringConstructor | BooleanConstructor)[] } ; subtitle: { type: StringConstructor } ; title: { type: StringConstructor } ; top: { type: (StringConstructor | NumberConstructor)[] } ; width: { default: string ; type: (StringConstructor | NumberConstructor)[] } }>>> & { [index: string]: any; }

Defined in

packages/ui/types/components/mask/types.d.ts:106


icon

Optional icon: string | Record<string, any> | DefineComponent<any, any, any, any>

Defined in

packages/ui/types/components/mask/types.d.ts:104


id

id: string

Defined in

packages/ui/types/components/mask/types.d.ts:100


Optional menu: MenuDataItem

Defined in

packages/ui/types/components/mask/types.d.ts:109


name

name: string

Defined in

packages/ui/types/components/mask/types.d.ts:101


title

Optional title: string

Defined in

packages/ui/types/components/mask/types.d.ts:103


url

url: string

Defined in

packages/ui/types/components/mask/types.d.ts:102

Released under the MIT License.