You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/core/public/kibana-plugin-public.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ The plugin integrates with the core system via lifecycle events: `setup`<!-- -->
76
76
|[IHttpInterceptController](./kibana-plugin-public.ihttpinterceptcontroller.md)| Used to halt a request Promise chain in a [HttpInterceptor](./kibana-plugin-public.httpinterceptor.md)<!---->. |
|[IHttpResponseInterceptorOverrides](./kibana-plugin-public.ihttpresponseinterceptoroverrides.md)| Properties that can be returned by HttpInterceptor.request to override the response. |
|[IUiSettingsClient](./kibana-plugin-public.iuisettingsclient.md)| Client-side client that provides access to the advanced settings stored in elasticsearch. The settings provide control over the behavior of the Kibana application. For example, a user can specify how to display numeric or date fields. Users can adjust the settings via Management UI. [IUiSettingsClient](./kibana-plugin-public.iuisettingsclient.md)|
80
81
|[LegacyCoreSetup](./kibana-plugin-public.legacycoresetup.md)| Setup interface exposed to the legacy platform via the <code>ui/new_platform</code> module. |
81
82
|[LegacyCoreStart](./kibana-plugin-public.legacycorestart.md)| Start interface exposed to the legacy platform via the <code>ui/new_platform</code> module. |
@@ -110,7 +111,11 @@ The plugin integrates with the core system via lifecycle events: `setup`<!-- -->
110
111
|[SavedObjectsMigrationVersion](./kibana-plugin-public.savedobjectsmigrationversion.md)| Information about the migrations that have been applied to this SavedObject. When Kibana starts up, KibanaMigrator detects outdated documents and migrates them based on this value. For each migration that has been applied, the plugin's name is used as a key and the latest migration version as the value. |
|[UserProvidedValues](./kibana-plugin-public.userprovidedvalues.md)| Describes the values explicitly set by user. |
114
119
115
120
## Type Aliases
116
121
@@ -144,10 +149,12 @@ The plugin integrates with the core system via lifecycle events: `setup`<!-- -->
144
149
|[SavedObjectAttribute](./kibana-plugin-public.savedobjectattribute.md)| Type definition for a Saved Object attribute value |
145
150
|[SavedObjectAttributeSingle](./kibana-plugin-public.savedobjectattributesingle.md)| Don't use this type, it's simply a helper type for [SavedObjectAttribute](./kibana-plugin-public.savedobjectattribute.md)|
146
151
|[SavedObjectsClientContract](./kibana-plugin-public.savedobjectsclientcontract.md)| SavedObjectsClientContract as implemented by the [SavedObjectsClient](./kibana-plugin-public.savedobjectsclient.md)|
152
+
|[StringValidation](./kibana-plugin-public.stringvalidation.md)| Allows regex objects or a regex string |
147
153
|[Toast](./kibana-plugin-public.toast.md)||
148
154
|[ToastInput](./kibana-plugin-public.toastinput.md)| Inputs for [IToasts](./kibana-plugin-public.itoasts.md) APIs. |
149
155
|[ToastInputFields](./kibana-plugin-public.toastinputfields.md)| Allowed fields for [ToastInput](./kibana-plugin-public.toastinput.md)<!---->. |
|[UiSettingsType](./kibana-plugin-public.uisettingstype.md)| UI element type to represent the settings. |
152
159
|[UnmountCallback](./kibana-plugin-public.unmountcallback.md)| A function that will unmount the element previously mounted by the associated [MountPoint](./kibana-plugin-public.mountpoint.md)|
0 commit comments