Augmented properties for LinkFormView.

interface LinkFormViewAugmentation {
    contentName: undefined | null | string;
    contentUriPath: undefined | null | string;
}

Properties

contentName: undefined | null | string

Name of the linked content.

contentUriPath: undefined | null | string

URI path of linked content item.