Skip to content

Tooltip

@tsed/schema-formio

Usage

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

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

Overview

ts
function Tooltip(tooltip: string): PropertyDecorator;

Description

Adds a tooltip to the side of this field.

Released under the MIT License.