mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
fix: run yarn spec
This commit is contained in:
@@ -1991,6 +1991,36 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"sortSelections": {
|
||||
"description": "Sort items shown in current selections toolbar.\nThe order is as follows:\n\t1. qOneAndOnlyOne\n\t2. qSortIndex",
|
||||
"kind": "function",
|
||||
"params": [
|
||||
{
|
||||
"name": "a",
|
||||
"kind": "union",
|
||||
"items": [
|
||||
{
|
||||
"type": "Item"
|
||||
},
|
||||
{
|
||||
"type": "Object"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "b",
|
||||
"kind": "union",
|
||||
"items": [
|
||||
{
|
||||
"type": "Item"
|
||||
},
|
||||
{
|
||||
"type": "Object"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"Navigation": {
|
||||
"stability": "experimental",
|
||||
"availability": {
|
||||
|
||||
8
apis/stardust/types/index.d.ts
vendored
8
apis/stardust/types/index.d.ts
vendored
@@ -632,6 +632,14 @@ declare namespace stardust {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Sort items shown in current selections toolbar.
|
||||
* The order is as follows:
|
||||
* 1. qOneAndOnlyOne
|
||||
* 2. qSortIndex
|
||||
*/
|
||||
type sortSelections = (a: Item | Object, b: Item | Object)=>void;
|
||||
|
||||
class Navigation implements stardust.Emitter {
|
||||
constructor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user