Custom String Formatter API
    Preparing search index...

    Interface IPropertyContext

    Property-Resolution Context.

    interface IPropertyContext {
        parent?: any;
        path: string;
    }
    Index

    Properties

    Properties

    parent?: any

    Container for the resolved value/property, immediately preceding it (in the resolution chain).

    For a simple property reference (not a nested one), the container is the formatting object itself.

    It is undefined when the property chain contains only this or when the property does not exist, because in those cases there is no container.

    path: string

    Full property path as specified in the variable.