Skip to content

@sign-kit/core Types


@sign-kit/core Types / FieldBase

Interface: FieldBase

Defined in: types.ts:40

Extended by

Properties

createdAt?

optional createdAt?: string

Defined in: types.ts:54


defaultValue?

optional defaultValue?: 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?

optional label?: string

Defined in: types.ts:49


meta?

optional meta?: Record<string, unknown>

Defined in: types.ts:52


page

page: number

Defined in: types.ts:43


required?

optional required?: boolean

Defined in: types.ts:48


role?

optional role?: string

Defined in: types.ts:50


type

type: string

Defined in: types.ts:42


updatedAt?

optional updatedAt?: string

Defined in: types.ts:55


validation?

optional validation?: 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

Released under the Apache License 2.0.