UNPKG

@eclipse-scout/core

Version:
16 lines 565 B
import { AppModel } from '../index'; export interface LogoutAppModel extends AppModel { /** * The url to the logo. Default is 'logo.png'. */ logoUrl?: string; /** * The url to use by the login again button. Default is './'; */ loginUrl?: string; /** * Texts to be used in the logout box. By default the texts provided by the <scout-texts> tags are used, see {@link texts.readFromDOM}. Otherwise the texts will only be in English. */ texts?: Record<string, string>; } //# sourceMappingURL=LogoutAppModel.d.ts.map