ICodeAllowList Interface
Packages > @fluidframework/container-definitions > ICodeAllowList
Code AllowListing Interface
Signature:
export interface ICodeAllowList
Methods
Method | Description |
---|---|
testSource(source) |
Methods
testSource
Signature:
testSource(source: IResolvedFluidCodeDetails): Promise<boolean>;
Parameters
Parameter | Type | Description |
---|---|---|
source | IResolvedFluidCodeDetails |
Returns:
Promise<boolean>