Options
All
  • Public
  • Public/Protected
  • All
Menu

The Organisational pseudo-component add organisation based author data to and contributors the project.

Hierarchy

Index

Constructors

Properties

options: Required<OrganisationalOptions>

Methods

  • addToProject(project: NodeProject): void
  • adds the pseudo-component to the project

    Parameters

    • project: NodeProject

      the project to apply to

    Returns void

  • jsiiProjectOptions(): Pick<NodeProjectOptions, "authorName" | "authorEmail" | "authorOrganization"> & Pick<JsiiProjectOptions, "author" | "authorAddress">
  • returns the organisation related options that can then be passed into a NodeProject's constructor

    Returns Pick<NodeProjectOptions, "authorName" | "authorEmail" | "authorOrganization"> & Pick<JsiiProjectOptions, "author" | "authorAddress">

    the options

  • nodeProjectOptions(): Pick<NodeProjectOptions, "authorName" | "authorEmail" | "authorUrl" | "authorOrganization">
  • returns the organisation related options that can then be passed into a NodeProject's constructor

    Returns Pick<NodeProjectOptions, "authorName" | "authorEmail" | "authorUrl" | "authorOrganization">

    the options

  • postAddToProject(_project: NodeProject): void
  • called after the pseudo-component is added to the project

    Parameters

    • _project: NodeProject

      the project to apply to

    Returns void

  • postSynthesize(_project: NodeProject): void
  • Called after synthesis. Order is not guaranteed.

    Parameters

    • _project: NodeProject

      the project to apply to

    Returns void

  • preSynthesize(_project: NodeProject): void
  • synthesize(_project: NodeProject): void
  • Synthesizes files to the project output directory.

    Parameters

    • _project: NodeProject

      the project to apply to

    Returns void

Generated using TypeDoc