Home Reference Source
import {AnnotationsCache} from './src/annotations.js'
public class | source

AnnotationsCache

You can directly use instance of this class. Annotations

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

actions: *

public
public
public

stores: *

Method Summary

Public Methods
public

clear()

public

getActions(name: *, targetCls: *): *

public

getApplication(name: *, targetCls: *): *

public

getComponent(name: *, targetCls: *): *

public

getStore(name: *, targetCls: *): *

Public Constructors

public constructor source

Public Members

public actions: * source

public applications: * source

public components: * source

public stores: * source

Public Methods

public clear() source

public getActions(name: *, targetCls: *): * source

Params:

NameTypeAttributeDescription
name *
targetCls *

Return:

*

public getApplication(name: *, targetCls: *): * source

Params:

NameTypeAttributeDescription
name *
targetCls *

Return:

*

public getComponent(name: *, targetCls: *): * source

Params:

NameTypeAttributeDescription
name *
targetCls *

Return:

*

public getStore(name: *, targetCls: *): * source

Params:

NameTypeAttributeDescription
name *
targetCls *

Return:

*