Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptionsOptionalContent<T, U>

Type parameters

  • T: Widget

  • U: IModel

Hierarchy

  • IOptionsOptionalContent

Index

Properties

Optional content

content: T

The child widget to wrap.

context

context: IContext<U>

Optional reveal

reveal: Promise<any>

An optional promise for when the content is ready to be revealed.

Optional toolbar

toolbar: Toolbar

The toolbar to use for the widget. Defaults to an empty toolbar.

Generated using TypeDoc