interface ItemContext {
    isInline: boolean;
    itemIndex: number;
    uri: string;
}

Properties

isInline: boolean
itemIndex: number
uri: string