forked from MapComplete/MapComplete
Small documentation update
This commit is contained in:
parent
16ca1e6caa
commit
5370fb7c6d
4 changed files with 38 additions and 31 deletions
|
@ -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[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue