Interface MapFishPrintCapabilitiesLayoutAttribute

interface MapFishPrintCapabilitiesLayoutAttribute {
    clientInfo?: MapFishPrintCapabilitiesLayoutAttributeClientInfo;
    clientParams?: {};
    default?: string | number | boolean;
    name: string;
    type: string;
    value?: string;
}

Properties

Only for the map.

clientParams?: {}

The client info description.

default?: string | number | boolean

Default value of the form field.

name: string

Name of the form field.

type: string

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

value?: string

Not returned by the print, added by ngeo.