A set of properties used to reference an ESRI Content instance.

interface ContentRef {
    index?: number;
    text?: string;
    title?: string;
    type: string;
}

Properties

Properties

index?: number

The index of the content item within the popup's content list.

text?: string

The text value of "text" content types. This property is invalid for all other content types.

title?: string

The title of the content. For "expression" content types, this is the title of the expressionInfo. This property is invalid for "text" and "custom" content types.

type: string

The content type.