Interface MapFishPrintCapabilitiesLayoutAttributeClientParamsElement

interface MapFishPrintCapabilitiesLayoutAttributeClientParamsElement {
    default: string | number | boolean;
    embeddedType: {};
    isArray: boolean;
    type: string;
}

Properties

default: string | number | boolean

Default value of the form field.

embeddedType: {}

The embedded types.

Type declaration

    isArray: boolean

    Is an array

    type: string

    Type of the field. Can be 'String', 'Boolean' or 'Number'.