Type alias scheduleParams

scheduleParams: {
    endName: string;
    intervalMethod: string;
    schedEndName: string;
    schedStartName: string;
    startName: string;
}

Type declaration

  • endName: string

    Name of the object field with end attribute Filled during the view creation

  • intervalMethod: string

    Method how to use start / end of interval

  • schedEndName: string

    Name of the object field with schedule end attribute Filled during the view creation

  • schedStartName: string
  • startName: string

    Name of the object field with start attribute Filled during the view creation