Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "state"

Index

Object literals

Let pageState

pageState: object

decrypted

decrypted: false = false

dirty

dirty: false = false

error

error: false = false

folder

folder: number = 0

id

id: number = 0

pdf

pdf: false = false

ready

ready: false = false

gridActions

gridActions: object

buttons

buttons: object[] = [{name: 'Button',options: ['foo', 'bar'],type: 'select',range: 'A',users: []}]

styles

styles: object[] = [{ref: 'Button',range: '',conditions: [{columns: ['C'],exp: '=VALUE()="foo"',style: {color: '#FFFFFF',background: '#000000'}}]}]

tasks

tasks: object[] = [{ref: 'Button',range: '',tasks: [{condition: '',actions: [{type: IActionType.NOTIFICATION,offset: '',cell: '',share: { // SYMPHONY ONLYtitle: '',blurb: '',subTitle: '',icon: ''},notification: {type: INotificationType.CARD,message: 'Header Message',body: 'Body',conversation_id: ''},data: {value: '',formatted_value: ''}}]}]}]

freeze

freeze: object

col

col: number = 0

row

row: number = 0

gridSettings

gridSettings: object

autosave

autosave: false = false

canEdit

canEdit: false = false

contrast

contrast: LIGHT = IContrast.LIGHT

disallowSelection

disallowSelection: false = false

fit

fit: SCROLL = IFit.SCROLL

gridlines

gridlines: false = false

headings

headings: false = false

highlights

highlights: false = false

tracking

tracking: false = false

gridState

gridState: object

filters

filters: never[] = []

hiddenColumns

hiddenColumns: never[] = []

sorting

sorting: object

col

col: number = -1

direction

direction: ASC = IGridSortDirection.ASC

enabled

enabled: false = false

field

field: string = ""

type

type: STRING = IGridFieldType.STRING

pdfSettings

pdfSettings: object

fit

fit: WIDTH = IFit.WIDTH

page

page: number = 0

totalPages

totalPages: number = 0

Let state

state: object

auth

auth: UNKNOWN = IBaseStateAuth.UNKNOWN

favourites

favourites: object[] = [{link: '/domains/1/pages/1',title: 'Demo Page',type: IPageType.REGULAR}]

invitations

invitations: number = 0

page

page: IPageState = pageState

recents

recents: never[] = []

Generated using TypeDoc