Type Alias ConfiguratorHideOption
ConfiguratorHideOption: (
parentPath: readonly string[],
optionName: string,
options: any,
) => boolean
Type declaration
- (parentPath: readonly string[], optionName: string, options: any): boolean
Parameters
- parentPath: readonly string[]
- optionName: string
- options: any
Returns boolean