Skip to main content
Module

x/structurae/view-types.ts>ViewFieldLayout

Data structures for high-performance JavaScript applications.
Latest
type alias ViewFieldLayout
import { type ViewFieldLayout } from "https://deno.land/x/structurae@4.0.1/view-types.ts";
definition: { View: ViewConstructor<T>; start: number; length: number; default?: T; required?: boolean; }