Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

LayoutCapabilities: { hasTaskPane: boolean }

Capabilities of a viewer layout template

since

0.14

Type declaration

  • Readonly hasTaskPane: boolean

    Indicates if this viewer layout template has a task pane

LayoutFactory: () => JSX.Element

Type declaration

    • (): JSX.Element
    • A react layout template component factory function signature

      Returns JSX.Element

Functions

  • Gets the registerd react layout template component factory function for the given template name

    export

    Parameters

    • name: string

    Returns LayoutFactory

  • Gets the capabilities of the given layout template

    since

    0.14

    Parameters

    • name: string

    Returns LayoutCapabilities | undefined

  • Register the given react layout template component factory function for the given template name

    export
    since

    0.14

    Parameters

    Returns void

Generated using TypeDoc