Skip to content

taipy-gui module

taipy-gui JS module API

taipy-gui JS module API / Exports

Table of contents

Interfaces

Type Aliases

Variables

Type Aliases

LoV

Ƭ LoV: LoVElt[]

A series of LoV elements.


LoVElt

Ƭ LoVElt: [string, stringIcon, LoVElt[]?]

A LoV (list of value) element.

Each LoVElt holds:

  • Its identifier as a string;
  • Its label (or icon) as a stringIcon;
  • Potential child elements as an array of LoVElts.

RowType

Ƭ RowType: Record<string, RowValue>

The definition of a table row.

A row definition associates a name (a string) to a type (a RowValue).


RowValue

Ƭ RowValue: string | number | boolean | null

A cell value type.

Variables

Context

Const Context: Context<Store>

The Taipy-specific React context.

The type of this variable is React.Context<Store>.