Options
All
  • Public
  • Public/Protected
  • All
Menu

A View represents a Catavolt 'Pane' definition. A Pane can be thought of as a 'panel' or UI component that is responsible for displaying a data record or records. The Pane describes 'how' and 'where' the data will be displayed, as well as surrounding 'meta' data (i.e. the Pane title, the Pane's menus). The Pane itself does not contain the record or records to be displayed, but may be combined with a Record(s) to display the data.

Hierarchy

Index

Properties

alias

alias: string

defaultActionId

defaultActionId: string

id

id: string

menu

menu: Menu

name

name: string

title

title: string

type

type: ViewType

Methods

findMenuAt

  • findMenuAt(actionId: string): Menu
  • Find a menu def on this View with the given actionId

    Parameters

    • actionId: string

    Returns Menu

findTitle

  • findTitle(): string

Generated using TypeDoc