Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

actions.native.ts 284B

12345678910
  1. /**
  2. * Opens {@code LogoutDialog}.
  3. *
  4. * @param {Function} _onLogout - The event in {@code LogoutDialog} that should be
  5. * enabled on click.
  6. * @returns {Function}
  7. */
  8. export function openLogoutDialog(_onLogout: Function): any {
  9. // this is available only for web at the moment
  10. }