SourceAdapter: { allowMetadataWithContent(): boolean; getComponent(fsPath: string,
isResolvingSource?: boolean): undefined | SourceComponent; } Type declaration
allowMetadataWithContent:function
- allowMetadataWithContent(): boolean
Returns boolean
getComponent:function
- getComponent(fsPath, isResolvingSource?): undefined | SourceComponent
Parameters
- fsPath: string
Optional
isResolvingSource: boolean
Infers the source format structure of a metadata component when given a file path.