@umbraco-cms/backoffice
    Preparing search index...

    Class UmbPathPattern<LocalParamsType, BaseParamsType>

    Type Parameters

    Index

    Constructors

    Properties

    ABSOLUTE_PARAMS: LocalParamsType & BaseParamsType

    Get absolute params type of the path pattern

    UmbPathPattern

    `typeof MyPathPattern.ABSOLUTE_PARAMS`
    

    Get the params type of the path pattern

    UmbPathPattern

    `typeof MyPathPattern.PARAMS`
    

    Methods

    • Get the full absolute pattern string including base path. Use this when chaining patterns to preserve the full path.

      Returns string

      The complete pattern string (base + local)