@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
38 lines (37 loc) • 1.35 kB
TypeScript
import { Injector, OnInit } from '@angular/core';
import { CoreBaseComponent } from '../../common/base.component';
import * as i0 from "@angular/core";
export declare class IconTextComponent extends CoreBaseComponent implements OnInit {
/**
* The source name to use for logging
*/
protected get logSourceName(): string;
/**
* The text in string.
*/
title: string;
/**
* It determines whether to show title
*/
showTitle: boolean;
layoutFlex: boolean;
/**
* The sme icon class for URL icons.
*/
urlIcon: string;
/**
* The sme icon class for MDL icons.
*/
smeIconClassName: string;
/**
* It determines whether used in the read-only form field.
*/
readOnlyFormField: boolean;
/**
* The label for the readonly form field.
*/
readOnlyFormFieldLabel: string;
constructor(injector: Injector);
static ɵfac: i0.ɵɵFactoryDeclaration<IconTextComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IconTextComponent, "sme-icon-text", never, { "title": "title"; "showTitle": "showTitle"; "urlIcon": "urlIcon"; "smeIconClassName": "smeIconClassName"; "readOnlyFormField": "readOnlyFormField"; "readOnlyFormFieldLabel": "readOnlyFormFieldLabel"; }, {}, never, never, false, never>;
}