List Form Dialog

Hierarchy

Properties

el: HTMLElement

The element.

hide: (() => void)

Type declaration

    • (): void
    • Manually hides a modal.

      Returns void

isVisible: boolean

Returns true if the modal is visible.

saveForm: (() => PromiseLike<ListItem>)

Type declaration

    • (): PromiseLike<ListItem>
    • Method to save the form.

      Returns PromiseLike<ListItem>

setAutoClose: ((value) => void)

Type declaration

    • (value): void
    • Updates the auto close flag.

      Parameters

      • value: boolean

      Returns void

setBackdrop: ((value) => void)

Type declaration

    • (value): void
    • Updates the backdrop flag.

      Parameters

      • value: boolean

      Returns void

setCloseButtonVisibility: ((showFl) => void)

Type declaration

    • (showFl): void
    • Updates the visibility of the close button.

      Parameters

      • showFl: boolean

      Returns void

setFocus: ((value) => void)

Type declaration

    • (value): void
    • Updates the focus flag.

      Parameters

      • value: boolean

      Returns void

setIsCentered: ((value) => void)

Type declaration

    • (value): void
    • Updates the center option.

      Parameters

      • value: boolean

      Returns void

setKeyboard: ((value) => void)

Type declaration

    • (value): void
    • Updates the keyboard flag.

      Parameters

      • value: boolean

      Returns void

setScrollable: ((value) => void)

Type declaration

    • (value): void
    • Updates the scrollable option.

      Parameters

      • value: boolean

      Returns void

setTitle: ((title) => void)

Type declaration

    • (title): void
    • Updates the title.

      Parameters

      • title: string

      Returns void

setType: ((modalType) => void)

Type declaration

    • (modalType): void
    • Updates the type.

      Parameters

      • modalType: number

      Returns void

show: (() => void)

Type declaration

    • (): void
    • Manually opens a modal.

      Returns void

toggle: (() => void)

Type declaration

    • (): void
    • Manually toggles a modal.

      Returns void

Generated using TypeDoc