Skip to content 

ICodeAllowList Interface

Packages > @fluidframework/container-definitions > ICodeAllowList

Code AllowListing Interface

Signature:

export interface ICodeAllowList 

Methods

List of methods of this class
Method Description
testSource(source)

Methods

testSource

Signature:

testSource(source: IResolvedFluidCodeDetails): Promise<boolean>;

Parameters

List of parameters
Parameter Type Description
source IResolvedFluidCodeDetails

Returns:

Promise<boolean>