Options
All
  • Public
  • Public/Protected
  • All
Menu

TYPO3 TypeScript Documentation (unofficial)

Index

Namespaces

Enumerations

Classes

Interfaces

Type aliases

Properties

Variables

Functions

Type aliases

GenericKeyValue

GenericKeyValue: {}

Type declaration

  • [key: string]: any

Listener

Listener: Function & (EventListenerWithTarget | EventListener | EventListenerObject)

TreeNodeSelection

TreeNodeSelection: d3selection.Selection<d3selection.BaseType, TreeNode, any, any>

TreeWrapperSelection

TreeWrapperSelection<TBase>: d3selection.Selection<TBase, any, any, any>

Type parameters

  • TBase: d3selection.BaseType

Properties

export=

export=

export=

export=

export=: ColorPicker

export=

export=: ContextHelp

export=

export=: ContextMenu

export=

export=

export=

export=: ConsumerScope

export=

export=

export=

export=

export=

export=

export=: Clearable

export=

export=: Paste

export=

export=: LiveSearch

export=

export=: Localization

export=

export=: BackendLogin

export=

export=

export=

export=: OnlineMedia

export=

export=: PageActions

export=

export=: Popover

export=

export=

export=

export=: Client

export=

export=: Persistent

export=

export=: Tabs

export=

export=

export=

export=: UserPassLogin

Variables

componentName

componentName: "typo3-iframe-module" = 'typo3-iframe-module'

debugConsole

debugConsole: DebugConsole = ...

documentService

documentService: DocumentService = ...

iconsObject

iconsObject: Icons

loginRefreshObject

loginRefreshObject: any

modalObject

modalObject: Modal = null

moduleMenuApp

moduleMenuApp: any = top.TYPO3.ModuleMenu

multistepWizardObject

multistepWizardObject: any

navigationComponentName

navigationComponentName: string = 'typo3-backend-navigation-component-pagetree'

This module defines the Custom Element for rendering the navigation component for an editable page tree including drag+drop, deletion, in-place editing and a custom toolbar for this component.

It is used as custom element via "".

The navigationComponentName export is used by the NavigationContainer in order to create an instance of PageTreeNavigationComponent via document.createElement().

navigationComponentName

navigationComponentName: string = 'typo3-backend-navigation-component-filestoragetree'

notificationObject

notificationObject: any

severityObject

severityObject: any

shortcutMenuObject

shortcutMenuObject: ShortcutMenu = top.TYPO3.ShortcutMenu

tooltipObject

tooltipObject: Tooltip = ...

viewportObject

viewportObject: Viewport

windowManager

windowManager: WindowManager = ...

wizardObject

wizardObject: any

Functions

Const initialize

  • initialize(): void

Generated using TypeDoc