@signnow/api-client
Version:
SignNow REST Service Wrapper
27 lines (26 loc) • 572 B
TypeScript
export interface Field {
x: number;
y: number;
width: number;
height: number;
type: string;
page_number: number;
required: boolean;
role: string;
custom_defined_option?: boolean;
name?: string;
tooltip?: string;
formula?: string;
conditional?: boolean;
stretch_to_grid?: boolean;
active?: boolean;
bold?: boolean;
italic?: boolean;
underline?: boolean;
subtype?: string;
align?: string;
calculation_precision?: string;
color?: string;
label?: string;
validator_id?: string;
}