mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Remove `namespaceAgnostic` field that was deprecated in #54605, use `namespaceType` instead.
This commit is contained in:
parent
d88f9a3634
commit
f6cb14ad1a
44 changed files with 67 additions and 134 deletions
|
@ -25,6 +25,5 @@ This is only internal for now, and will only be public when we expose the regist
|
|||
| [mappings](./kibana-plugin-core-server.savedobjectstype.mappings.md) | <code>SavedObjectsTypeMappingDefinition</code> | The [mapping definition](./kibana-plugin-core-server.savedobjectstypemappingdefinition.md) for the type. |
|
||||
| [migrations](./kibana-plugin-core-server.savedobjectstype.migrations.md) | <code>SavedObjectMigrationMap</code> | An optional map of [migrations](./kibana-plugin-core-server.savedobjectmigrationfn.md) to be used to migrate the type. |
|
||||
| [name](./kibana-plugin-core-server.savedobjectstype.name.md) | <code>string</code> | The name of the type, which is also used as the internal id. |
|
||||
| [namespaceAgnostic](./kibana-plugin-core-server.savedobjectstype.namespaceagnostic.md) | <code>boolean</code> | Is the type global (true), or not (false). |
|
||||
| [namespaceType](./kibana-plugin-core-server.savedobjectstype.namespacetype.md) | <code>SavedObjectsNamespaceType</code> | The [namespace type](./kibana-plugin-core-server.savedobjectsnamespacetype.md) for the type. |
|
||||
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [kibana-plugin-core-server](./kibana-plugin-core-server.md) > [SavedObjectsType](./kibana-plugin-core-server.savedobjectstype.md) > [namespaceAgnostic](./kibana-plugin-core-server.savedobjectstype.namespaceagnostic.md)
|
||||
|
||||
## SavedObjectsType.namespaceAgnostic property
|
||||
|
||||
> Warning: This API is now obsolete.
|
||||
>
|
||||
> Use `namespaceType` instead.
|
||||
>
|
||||
|
||||
Is the type global (true), or not (false).
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
namespaceAgnostic?: boolean;
|
||||
```
|
|
@ -9,5 +9,5 @@ The [namespace type](./kibana-plugin-core-server.savedobjectsnamespacetype.md) f
|
|||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
namespaceType?: SavedObjectsNamespaceType;
|
||||
namespaceType: SavedObjectsNamespaceType;
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue