Options
All
  • Public
  • Public/Protected
  • All
Menu

atajo-web-components

Index

Object literals

defaultFlag

defaultFlag: object

completed

completed: false = false

sections

sections: (object | object)[] = [{title: 'Flag Details',fields: [{ id: 'flag_title', label: 'Flag title', type: 'text', isTitle: true },{ id: 'comments', label: 'Comments', type: 'textarea' }]},{title: 'Note Details',fields: [{ id: 'caller', label: 'Caller', type: 'text', value: 'Angelina Mosher', isDisabled: true },{ id: 'duration', label: 'Caller duration', type: 'text', value: '00:22', isDisabled: true },]}]

title

title: string = "Default Flag"

type

type: "flag" = "flag"

uuid

uuid: string = Util.generateUUID()

defaultNote

defaultNote: object

completed

completed: false = false

sections

sections: (object | object)[] = [{title: 'Note Details',fields: [{ id: 'note_title', label: 'Note title', type: 'text', isTitle: true },{ id: 'assign_to', label: 'Assign to', type: 'text' },{ id: 'comments', label: 'Comments', type: 'textarea' }]},{title: 'Note Details',fields: [{ id: 'caller', label: 'Caller', type: 'text', value: 'Angelina Mosher', isDisabled: true },{ id: 'duration', label: 'Caller duration', type: 'text', value: '00:22', isDisabled: true },]}]

title

title: string = "Default Note"

type

type: "note" = "note"

uuid

uuid: string = Util.generateUUID()