Output formats returned by Server for dpGetFormat().

Example

// in case of String
'%10.3f'
// in case of multiple Arguments:
[
'%10.3f',
'%14.3e'
]
interface DpGetFormatData {
    data: string | string[];
}

Properties

Properties

data: string | string[]