Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions<DataImmutable, DataMutable>

Type parameters

  • DataImmutable

  • DataMutable: DataImmutable

Hierarchy

  • IOptions

Index

Properties

Methods

Properties

data

data: string

The name of the discourse data. Used to create a unique GraphQL type name

Methods

factory

  • factory(data: DataImmutable): DataMutable
  • The factory for converting the nested data

    Parameters

    • data: DataImmutable

    Returns DataMutable