File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ function isInternalInterface(name) {
8
8
return (
9
9
name === "AutoSpec" ||
10
10
name === "Channel" ||
11
- name === "ChannelDomainOptions" || // TODO
12
11
name === "ChannelTransform" ||
13
12
name === "Context" ||
14
13
name === "Dimensions" ||
@@ -107,6 +106,8 @@ export default {
107
106
if ( name === "InsetOptions" ) {
108
107
allOptions . push ( { name : property . getName ( ) , context : { name : "mark" , href : "features/marks" } } ) ;
109
108
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" } } ) ;
110
111
} else {
111
112
const path = index . getRelativePathTo ( declaration . getSourceFile ( ) ) ;
112
113
const href = getHref ( name , path ) ;
You can’t perform that action at this time.
0 commit comments