interface ContentInputData {
    insertionContext: InsertionContext;
    itemContext: ItemContext;
}

Properties

insertionContext: InsertionContext
itemContext: ItemContext