Interface FactSheetUpdateBeta

Sidepane Fact Sheet Field Update

interface FactSheetUpdate {
    field?: FieldUpdateData;
    id: string;
    relation?: RelationUpdate;
}

Properties

Properties

id: string
relation?: RelationUpdate

Generated using TypeDoc