InlineSkillStore
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new InlineSkillStore(skills): InlineSkillStore;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
Returns
Section titled “Returns”InlineSkillStore
Methods
Section titled “Methods”getAllSkills()
Section titled “getAllSkills()”getAllSkills(): SkillLike[];Returns
Section titled “Returns”Implementation of
Section titled “Implementation of”list()
Section titled “list()”list(): Promise<SkillMeta[]>;Returns
Section titled “Returns”Promise<SkillMeta[]>
Implementation of
Section titled “Implementation of”loadBody()
Section titled “loadBody()”loadBody(name): Promise<string>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”Promise<string>
Implementation of
Section titled “Implementation of”loadResource()
Section titled “loadResource()”loadResource(name, path): Promise<string | Uint8Array<ArrayBufferLike>>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
|
Returns
Section titled “Returns”Promise<string | Uint8Array<ArrayBufferLike>>