| app | 
| Default value : express() | 
| server | 
| Default value : http.createServer(app) | 
| AppRoutingModule | 
| Type : ModuleWithProviders<RouterModule> | 
| Default value : RouterModule.forRoot(HELIX_ROUTES, { relativeLinkResolution: 'legacy' }) | 
| clusterName | 
| Type : string | 
| Default value : 'cluster1' | 
| Default | 
| Default value : Template.bind({}) | 
| Empty | 
| Default value : Template.bind({}) | 
| Loading | 
| Default value : Template.bind({}) | 
| workflowRows | 
| Type : [] | 
| Default value : [{ name: 'workflow1' }] | 
| CUSTOM_IDENTITY_TOKEN_REQUEST_BODY | 
| Type : any | 
| Default value : {} | 
| Any custom object that you would like to include in the body of the request to your custom identity source. | 
| HELIX_ENDPOINTS | 
| Type : object | 
| Default value : {
  helix: [
    {
      default: 'http://localhost:8100/admin/v2',
    },
  ],
} | 
| LDAP | 
| Type : object | 
| Default value : {
  uri: 'ldap://example.com',
  base: 'DC=example,DC=com',
  principalSuffix: '@example.com',
  adminGroup: 'admin',
} | 
| SESSION_STORE | 
| Default value : undefined | 
| SSL | 
| Type : object | 
| Default value : {
  port: 0,
  keyfile: '',
  certfile: '',
  passfile: '',
  cafiles: [],
} | 
| TOKEN_EXPIRATION_KEY | 
| Type : string | 
| Default value : 'expires' | 
| This is the key that helix-front uses to access the token expiration datetime | 
| TOKEN_RESPONSE_KEY | 
| Type : string | 
| Default value : 'token' | 
| This is the key that helix-front uses to access the token itself from the custom identity token response sent by your Identity Token API. | 
| CUSTOM_IDENTITY_TOKEN_REQUEST_BODY | 
| Type : any | 
| Default value : {} | 
| Any custom object that you would like to include in the body of the request to your custom identity source. | 
| HELIX_ENDPOINTS | 
| Type : object | 
| Default value : {
  helix: [
    {
      default: 'http://localhost:8100/admin/v2',
    },
  ],
} | 
| LDAP | 
| Type : object | 
| Default value : {
  uri: 'ldap://example.com',
  base: 'DC=example,DC=com',
  principalSuffix: '@example.com',
  adminGroup: 'admin',
} | 
| SESSION_STORE | 
| Default value : undefined | 
| SSL | 
| Type : object | 
| Default value : {
  port: 0,
  keyfile: '',
  certfile: '',
  passfile: '',
  cafiles: [],
} | 
| TOKEN_EXPIRATION_KEY | 
| Type : string | 
| Default value : 'expires' | 
| This is the key that helix-front uses to access the token expiration datetime | 
| TOKEN_RESPONSE_KEY | 
| Type : string | 
| Default value : 'token' | 
| This is the key that helix-front uses to access the token itself from the custom identity token response sent by your Identity Token API. | 
| Delete | 
| Default value : Template.bind({}) | 
| Template | 
| Type : Story | 
| Default value : (args) => ({
  component: ConfirmDialogTestComponent,
  template: `<hi-confirm-dialog-test [data]="data"></hi-confirm-dialog-test>`,
  props: {
    ...args,
  },
}) | 
| environment | 
| Type : object | 
| Default value : {
  production: true,
} | 
| environment | 
| Type : object | 
| Default value : {
  production: false,
  piwik: {
    url: '//vxu-ld1.linkedin.biz/piwik/',
    id: '3',
  },
} | 
| HelperServiceStub | 
| Type : object | 
| Default value : {
  showError: (message: string) => {},
  showSnackBar: (message: string) => {},
  showConfirmation: (message: string): Promise<boolean> =>
    new Promise<boolean>((f) => f(false)),
} | 
| Leader | 
| Default value : Template.bind({}) | 
| Offline | 
| Default value : Template.bind({}) | 
| Standby | 
| Default value : Template.bind({}) | 
| Template | 
| Type : Story | 
| Default value : (args: any) => ({
  props: {
    ...args,
  },
  template: `
  <hi-state-label [state]="state" [isReady]="isReady"></hi-state-label>
  `,
}) |