UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

8 lines (7 loc) 358 B
import { DataTypeBuilder } from './dataTypeBuilder'; import { DropDownDataType } from '../../models/dataTypes/dropDownDataType'; export declare class DropDownDataTypeBuilder extends DataTypeBuilder { private dropDownDataType; constructor(dropDownDataType?: DropDownDataType); withPrevalues(value: string[], multiSelect?: boolean): this; }