interface MFPCapabilitiesLayoutAttribute {
    clientInfo?: MFPCapabilitiesLayoutAttributeClientInfo;
    clientParams?: {
        [key: string]: MFPCapabilitiesLayoutAttributeClientParamsElement;
    };
    default?: string
    | number
    | boolean;
    name: string;
    type: string;
    value?: string;
}

Properties

clientParams?: {
    [key: string]: MFPCapabilitiesLayoutAttributeClientParamsElement;
}
default?: string | number | boolean
name: string
type: string
value?: string