Skip to content

Ease defining callback inputs and outputs #52

@forman

Description

@forman

Instead of channel links we should use special id format such as "@<link>".

Advantage is that we can stick to the syntax Input(id, property), e.g.,

Input("@app", "selectedDatasetId")

instead of

Input(source="app", property="selectedDatasetId")

Other advantage: less redundance, less verbose user code and transport JSON, one keyword argument less.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions