A naming convention that supports alternate/pretty URI.

Hierarchy

  • WithAltUri

Properties

Properties

fromAltUri: ((input) => undefined | Component)

Type declaration

    • (input): undefined | Component
    • Parse from alternate URI.

      Parameters

      • input: string

      Returns undefined | Component

      component, or undefined if it cannot be parsed.

toAltUri: ((comp) => string)

Type declaration

    • (comp): string
    • Convert to alternate URI.

      Parameters

      Returns string

Generated using TypeDoc