Skip to content
ts
import { input } from '@trail-run/core/reactive/storage-resource';

Function: input()

ts
function input(type): PropertyDecorator;

Defined in: src/reactive/storage-resource.ts:110

Parameters

type

"number" | "boolean" | "float"

Returns

PropertyDecorator

Released under the MIT License.