Interface TInstanceManagerPageResult<T>

Type which is used to render an custom html code. Must return a function, which will be called if the panel is destroyed.

Result, that must be provided by the Render Function.

Type Parameters

  • T = any

Hierarchy

Properties

onDestroy?: (() => Promise<boolean>)

Type declaration

    • (): Promise<boolean>
    • Callback, which is called on destroyed

      Returns Promise<boolean>

onHide?: (() => Promise<boolean>)

Type declaration

    • (): Promise<boolean>
    • Callback, which is called, if the panel is hide

      Returns Promise<boolean>

onShow?: (() => Promise<void>)

Type declaration

    • (): Promise<void>
    • Callback, which is calle, if the Element is rendered.

      Returns Promise<void>

Methods

  • Function, which must return the current service-data.

    Author

    M.Karkowski

    Returns

    Memberof

    IEditPage

    Returns Promise<T>

  • Function which must return true, if the Entered- Data is valid. Otherwise the Update will be refused

    Author

    M.Karkowski

    Returns

    Memberof

    IEditPage

    Returns Promise<boolean>

Generated using TypeDoc