File

projects/angular-cesium/src/lib/angular-cesium-widgets/models/basic-edit-update.ts

Index

Properties

Properties

editAction
editAction: EditActions
Type : EditActions
editMode
editMode: EditModes
Type : EditModes
id
id: string
Type : string
labelsRenderFn
labelsRenderFn: function
Type : function
Optional
updateLabels
updateLabels: LabelProps[]
Type : LabelProps[]
Optional
import { EditModes } from './edit-mode.enum';
import { EditActions } from './edit-actions.enum';
import { LabelProps } from './label-props';

export interface BasicEditUpdate<T> {
  id: string;
  editMode: EditModes;
  editAction: EditActions;
  labelsRenderFn?: (update: T, labels: LabelProps[]) => LabelProps[];
  updateLabels?: LabelProps[];
}

result-matching ""

    No results matching ""