File

src/client/app/modules/puzzle/components/toolbar/toolbar-options.interface.ts

Index

Properties

Properties

actionService
actionService: ActionsServiceInterface
Type : ActionsServiceInterface
backRouterLink
backRouterLink: string
Type : string
backText
backText: string
Type : string
backTitleText
backTitleText: string
Type : string
id
id: string
Type : string
isBack
isBack: boolean
Type : boolean
state
state: string
Type : string
stateService
stateService: StateServiceInterface
Type : StateServiceInterface
toggleText
toggleText: string
Type : string
toggleTitle
toggleTitle: string
Type : string
import {
  ActionsServiceInterface,
  StateServiceInterface
} from './../../index';

export interface ToolbarOptionsInterface {
  id: string;
  state?: string;
  actionService?: ActionsServiceInterface;
  stateService?: StateServiceInterface;
  isBack?: boolean;
  toggleText?: string;
  toggleTitle?: string;
  backRouterLink?: string;
  backTitleText?: string;
  backText?:string;
}

results matching ""

    No results matching ""