• Preparing search index...
  • The search index is not available
zibri
  • zibri
  • routing/param-metdata.helpers
  • createPathParamMetadata

Function createPathParamMetadata

  • createPathParamMetadata(
        name: string,
        data: PathParamMetadataInput,
    ): PathParamMetadata

    Creates path parameter metadata for the parameter with the given name and input.

    Parameters

    • name: string

      The name of the path parameter to create the metadata for.

    • data: PathParamMetadataInput

      The input data for resolving the metadata.

    Returns PathParamMetadata

    The created metadata.

    • Defined in src/routing/param-metdata.helpers.ts:10

Settings

Member Visibility
zibri
  • Loading...

Generated using TypeDoc