UNPKG

@umbraco/json-models-builders

Version:
12 lines (11 loc) 433 B
import { DataTypeBuilder } from "./dataTypeBuilder"; export declare class ContentPickerDataTypeBuilder extends DataTypeBuilder { showOpenButton: boolean; ignoreUserStartNodes: boolean; startNodeId: string; constructor(); withShowOpenButton(showOpenButton: boolean): this; withIgnoreUserStartNodes(ignoreUserStartNodes: boolean): this; withStartNodeId(startNodeId: string): this; getValues(): any[]; }