UNPKG

survey-core

Version:

A framework-independent core of the SurveyJS Form Library that works with rendering packages. Use it to integrate dynamic, interactive JSON-based forms and surveys into your app, collect user responses, and send them to your own database.

10 lines (9 loc) 280 B
import { Base } from "./base"; export declare class PanelLayoutColumnModel extends Base { width: number; effectiveWidth: number; questionTitleWidth: string; constructor(width?: number, questionTitleWidth?: string); getType(): string; isEmpty(): boolean; }