Last updated

API / geotoolkit / widgets / datasheet / Cell / Cell

Namespace: Cell

datasheet.Cell.Cell

Table of contents

Type Aliases

Contents

Type Aliases

BorderStyles

Ƭ BorderStyles: Object

New cell border style

Type declaration

NameTypeDescription
bottomTypeBottom border line style
leftTypeLeft border line style
rightTypeRight border line style
topTypeTop border line style

BorderStylesOut

Ƭ BorderStylesOut: Object

Cell border style

Type declaration

NameTypeDescription
bottomLineStyle | nullBottom border line style
leftLineStyle | nullLeft border line style
rightLineStyle | nullRight border line style
topLineStyle | nullTop border line style

Style

Ƭ Style: CellStyle & { border?: BorderStylesOut ; validator?: ValidatorPredicate }


ValidatorPredicate

Ƭ ValidatorPredicate: (value?: number | string) => boolean

Type declaration

▸ (value?): boolean

Parameters
Name Type
Optional valuenumber | string
Returns

boolean