RAMP4 - v4.21.0
    Preparing search index...

    Type Alias PanelRegistrationOptions

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

    type PanelRegistrationOptions = {
        i18n?: I18nComponentOptions;
    }
    Index

    Properties

    Properties

    i18n?: 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.