Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMeshNode<T>

Representation of a MeshNode. This representation is generic, because its fields are defined in the Schema of the node.

Type parameters

  • T

Hierarchy

Index

Properties

availableLanguages

availableLanguages: Array<string>

childrenInfo

childrenInfo: any

container

container: boolean

created

created: number

creator

creator: IMeshRef

displayField

displayField: string

edited

edited: number

editor

editor: IMeshRef

fields

fields: T

language

language: string

Optional languagePaths

languagePaths: object

Type declaration

  • [key: string]: string

Optional microschema

microschema: IMeshRef

parentNode

parentNode: IMeshNodeRef

Optional path

path: string

permissions

permissions: Array<MeshPermission>

published

published: boolean

Optional schema

schema: IMeshRef

tags

tags: IMeshTags

Optional url

url: string

uuid

uuid: string

Generated using TypeDoc