Type Alias PanelRegistrationOptions

PanelRegistrationOptions: {
    i18n?: I18nComponentOptions;
}

A set of common registration options to apply to panels being registered.

Type declaration

  • Optionali18n?: I18nComponentOptions

    Locale messages in the form of either i18n options object or un-parsed CSV rows. These messages will be passed to any screen opened inside this panel.