Parsifly logo

Parsifly Docs

API Reference

IBase

Documentation for IBase (256)

parsifly-extension-base / index / IBase

Interface: IBase<GType>

Defined in: lib/data-providers/interfaces/IBase.ts:3

Extended by

Type Parameters

GType

GType extends string

Properties

description

description: string | null

Defined in: lib/data-providers/interfaces/IBase.ts:23

Used to describe some more specific detail

id

id: string

Defined in: lib/data-providers/interfaces/IBase.ts:7

Uuid used as identifier

name

name: string

Defined in: lib/data-providers/interfaces/IBase.ts:19

Used to identify a record more simply.

  • Can't have space
  • Cannot have special characters
  • It cannot be empty

type

type: GType

Defined in: lib/data-providers/interfaces/IBase.ts:11

Used for tree it helps to know what type of item is this