Type alias CompositeProvider

CompositeProvider: {
    getCompositeOrNull(src: string): null | CompositeResource;
}

Param

the source path of the composite

Type declaration

  • getCompositeOrNull:function