toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.api.libraries
/
LibraryResource
Library
Resource
@
Serializable
data
class
LibraryResource
(
val
bundles
:
List
<
ResourceFallbacksBundle
>
,
val
type
:
ResourceType
,
val
name
:
String
)
:
VariablesSubstitutionAware
<
LibraryResource
>
Members
Constructors
Library
Resource
Link copied to clipboard
constructor
(
bundles
:
List
<
ResourceFallbacksBundle
>
,
type
:
ResourceType
,
name
:
String
)
Properties
bundles
Link copied to clipboard
val
bundles
:
List
<
ResourceFallbacksBundle
>
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
ResourceType
Functions
replace
Variables
Link copied to clipboard
open
override
fun
replaceVariables
(
mapping
:
Map
<
String
,
String
>
)
:
LibraryResource
Replace variables and return the result.