@sign-kit/core Types / FieldBase
Interface: FieldBase
Defined in: types.ts:40
Extended by
Properties
createdAt?
optionalcreatedAt?:string
Defined in: types.ts:54
defaultValue?
optionaldefaultValue?:string|boolean|null
Defined in: types.ts:51
height
height:
number
Defined in: types.ts:47
id
id:
string
Defined in: types.ts:41
label?
optionallabel?:string
Defined in: types.ts:49
meta?
optionalmeta?:Record<string,unknown>
Defined in: types.ts:52
page
page:
number
Defined in: types.ts:43
required?
optionalrequired?:boolean
Defined in: types.ts:48
role?
optionalrole?:string
Defined in: types.ts:50
type
type:
string
Defined in: types.ts:42
updatedAt?
optionalupdatedAt?:string
Defined in: types.ts:55
validation?
optionalvalidation?:FieldValidation
Defined in: types.ts:53
width
width:
number
Defined in: types.ts:46
x
x:
number
Defined in: types.ts:44
y
y:
number
Defined in: types.ts:45