Interface AppViewHeaderProps

Properties for an application view header.

Hierarchy

Properties

children?: ReactNode

The content of the header. This will be displayed along with the header title.

className?: string

CSS class of the header element

dimensions?: Dimensions

Optional outer application's view dimensions.

showTargetSelector?: boolean

Sets the visibility of the context selector (in Sidebar view)

title?: (() => undefined | Element)

Type declaration

    • (): undefined | Element
    • The custom header title

      Returns undefined | Element

Generated using TypeDoc