UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

7 lines (6 loc) 236 B
import { BaseProperty } from './baseProperty'; export declare class TextBoxProperty extends BaseProperty { value: string; maxChars: number; constructor(name: string, alias: string, maxChars: number, value?: string); }