Small documentation update

This commit is contained in:
Pieter Vander Vennet 2022-06-22 20:30:48 +02:00
parent 16ca1e6caa
commit 5370fb7c6d
4 changed files with 38 additions and 31 deletions

View file

@ -61,7 +61,7 @@ import Slider from "./Input/Slider";
export interface SpecialVisualization {
funcName: string,
constr: ((state: FeaturePipelineState, tagSource: UIEventSource<any>, argument: string[], guistate: DefaultGuiState,) => BaseUIElement),
docs: string,
docs: string | BaseUIElement,
example?: string,
args: { name: string, defaultValue?: string, doc: string, required?: false | boolean }[],
getLayerDependencies?: (argument: string[]) => string[]