Xivgear Types Documentation
Preparing search index...
@xivgear/core
external/static_bis
BisService
Interface BisService
interface
BisService
{
getBisIndex
()
:
Promise
<
DirNode
>
;
getBisIndexAt
(
path
:
string
[]
)
:
Promise
<
AnyNode
|
BisIndexError
>
;
getBisIndexUrl
()
:
URL
;
getBisSheet
(
path
:
string
[]
)
:
Promise
<
string
>
;
getBisSheetFetchUrl
(
path
:
string
[]
)
:
URL
;
}
Implemented by
BisServiceImpl
MockBisService
Index
Methods
get
Bis
Index
get
Bis
Index
At
get
Bis
Index
Url
get
Bis
Sheet
get
Bis
Sheet
Fetch
Url
Methods
get
Bis
Index
getBisIndex
()
:
Promise
<
DirNode
>
Returns
Promise
<
DirNode
>
get
Bis
Index
At
getBisIndexAt
(
path
:
string
[]
)
:
Promise
<
AnyNode
|
BisIndexError
>
Parameters
path
:
string
[]
Returns
Promise
<
AnyNode
|
BisIndexError
>
get
Bis
Index
Url
getBisIndexUrl
()
:
URL
Returns
URL
get
Bis
Sheet
getBisSheet
(
path
:
string
[]
)
:
Promise
<
string
>
Parameters
path
:
string
[]
Returns
Promise
<
string
>
get
Bis
Sheet
Fetch
Url
getBisSheetFetchUrl
(
path
:
string
[]
)
:
URL
Parameters
path
:
string
[]
Returns
URL
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Bis
Index
get
Bis
Index
At
get
Bis
Index
Url
get
Bis
Sheet
get
Bis
Sheet
Fetch
Url
Xivgear Types Documentation
Loading...