Skip to content

DataSourceUrl

@tsed/schema-formio

Usage

typescript
import { DataSourceUrl } from "@tsed/schema-formio";

See /packages/third-parties/schema-formio/src/types/decorators/dataSourceUrl.ts.

Overview

ts
function DataSourceUrl(url: string | FormioDataResolver, props?: Record<string, any>): PropertyDecorator;

Description

Set URL data on the current component.

Released under the MIT License.