Skip to content

JsonViewOptions

@tsed/schema

Usage

typescript
import { JsonViewOptions } from "@tsed/schema";

See /packages/specs/schema/src/domain/JsonMethodStore.ts.

Overview

ts
interface JsonViewOptions {
    path: string;
    options: any;
}

Description

Configuration options for view rendering.

path

ts
path: string;

options

ts
options: any;

Released under the MIT License.