Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

access: "public" | "private" | Access
children?: Views
component?: { class: string; from: string }

Use own custom component for this view

Type declaration

  • class: string
  • from: string
id: string
layout?: { componentName?: string; confirmWorkflowDeletion?: boolean; enableCaseTitle?: boolean; isCaseTitleRequired?: boolean; name: string; params?: { orientation?: string }; showDeleteMenu?: boolean }

Type declaration

  • [k: string]: any
  • Optional componentName?: string

    Override autogenerated name. 'Component' will be appended automatically.

  • Optional confirmWorkflowDeletion?: boolean
  • Optional enableCaseTitle?: boolean
  • Optional isCaseTitleRequired?: boolean
  • name: string
  • Optional params?: { orientation?: string }
    • [k: string]: any
    • Optional orientation?: string
  • Optional showDeleteMenu?: boolean
navigation: boolean | { icon?: string; title?: string; translate?: boolean }
resource?: Case
routing: { match?: boolean; path: string }

Type declaration

  • Optional match?: boolean
  • path: string

Generated using TypeDoc