File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ function isInternalInterface(name) {
88 return (
99 name === "AutoSpec" ||
1010 name === "Channel" ||
11- name === "ChannelDomainOptions" || // TODO
1211 name === "ChannelTransform" ||
1312 name === "Context" ||
1413 name === "Dimensions" ||
@@ -107,6 +106,8 @@ export default {
107106 if ( name === "InsetOptions" ) {
108107 allOptions . push ( { name : property . getName ( ) , context : { name : "mark" , href : "features/marks" } } ) ;
109108 allOptions . push ( { name : property . getName ( ) , context : { name : "scale" , href : "features/scales" } } ) ;
109+ } else if ( name === "ChannelDomainOptions" ) {
110+ allOptions . push ( { name : property . getName ( ) , context : { name : "scale" , href : "features/scales" } } ) ;
110111 } else {
111112 const path = index . getRelativePathTo ( declaration . getSourceFile ( ) ) ;
112113 const href = getHref ( name , path ) ;
You can’t perform that action at this time.
0 commit comments