- meetsType(param: {
acceptLists?: boolean;
embeddedDocType?: string | string[];
ftype: string | string[];
path: string;
under?: boolean;
}): RecoilValueReadOnly<boolean>
-
Parameters
-
param: {
acceptLists?: boolean;
embeddedDocType?: string | string[];
ftype: string | string[];
path: string;
under?: boolean;
}
-
Optional
acceptLists?: boolean
-
Optional
embeddedDocType?: string | string[]
-
ftype: string | string[]
-
path: string
-
Optional
under?: boolean
Returns RecoilValueReadOnly<boolean>
Returns a function which returns a memoized atom for each unique parameter value.