SYMBOL INDEX (1916 symbols across 82 files) FILE: assets/textMeshPro/scripts/Example1.ts class Example1 (line 8) | class Example1 extends Component { method start (line 19) | protected start(): void { method update (line 31) | protected update(dt: number): void { method anim1 (line 39) | private async anim1(): Promise { method anim2 (line 81) | private anim2(): void { method anim3 (line 99) | private async anim3(): Promise { FILE: assets/textMeshPro/scripts/TextMeshPro.ts type TmpOverflow (line 20) | enum TmpOverflow { class TmpUniform (line 32) | class TmpUniform { method faceColor (line 36) | public get faceColor(): Color { return this._faceColor; } method faceColor (line 37) | public set faceColor(v: Color) { method faceDilate (line 47) | public get faceDilate(): number { return this._faceDilate; } method faceDilate (line 48) | public set faceDilate(v: number) { method faceSoftness (line 58) | public get faceSoftness(): number { return this._faceSoftness; } method faceSoftness (line 59) | public set faceSoftness(v: number) { method enableOutline (line 69) | public get enableOutline(): boolean { return this._enableOutline; } method enableOutline (line 70) | public set enableOutline(v: boolean) { method visible (line 82) | visible() { return this._enableOutline; } method outlineColor (line 84) | public get outlineColor(): Color { return this._outlineColor; } method outlineColor (line 85) | public set outlineColor(v: Color) { method visible (line 97) | visible() { return this._enableOutline; } method outlineThickness (line 99) | public get outlineThickness(): number { return this._outlineThickness; } method outlineThickness (line 100) | public set outlineThickness(v: number) { method enableUnderlay (line 110) | public get enableUnderlay(): boolean { return this._enableUnderlay; } method enableUnderlay (line 111) | public set enableUnderlay(v: boolean) { method visible (line 123) | visible() { return this._enableUnderlay; } method underlayColor (line 125) | public get underlayColor(): Color { return this._underlayColor; } method underlayColor (line 126) | public set underlayColor(v: Color) { method visible (line 139) | visible() { return this._enableUnderlay; } method underlayOffset (line 141) | public get underlayOffset(): Vec2 { return this._underlayOffset; } method underlayOffset (line 142) | public set underlayOffset(v: Vec2) { method visible (line 154) | visible() { return this._enableUnderlay; } method underlayDilate (line 156) | public get underlayDilate(): number { return this._underlayDilate; } method underlayDilate (line 157) | public set underlayDilate(v: number) { method visible (line 169) | visible() { return this._enableUnderlay; } method underlaySoftness (line 171) | public get underlaySoftness(): number { return this._underlaySoftness; } method underlaySoftness (line 172) | public set underlaySoftness(v: number) { method enableGlow (line 182) | public get enableGlow(): boolean { return this._enableGlow; } method enableGlow (line 183) | public set enableGlow(v: boolean) { method visible (line 195) | visible() { return this._enableGlow; } method glowColor (line 197) | public get glowColor(): Color { return this._glowColor; } method glowColor (line 198) | public set glowColor(v: Color) { method visible (line 210) | visible() { return this._enableGlow; } method glowOffset (line 212) | public get glowOffset(): number { return this._glowOffset; } method glowOffset (line 213) | public set glowOffset(v: number) { method visible (line 225) | visible() { return this._enableGlow; } method glowInner (line 227) | public get glowInner(): number { return this._glowInner; } method glowInner (line 228) | public set glowInner(v: number) { method visible (line 240) | visible() { return this._enableGlow; } method glowOuter (line 242) | public get glowOuter(): number { return this._glowOuter; } method glowOuter (line 243) | public set glowOuter(v: number) { method visible (line 255) | visible() { return this._enableGlow; } method glowPower (line 257) | public get glowPower(): number { return this._glowPower; } method glowPower (line 258) | public set glowPower(v: number) { method comp (line 266) | public get comp(): TextMeshPro { return this._comp; } method init (line 268) | public init(text: TextMeshPro) { class TextMeshPro (line 281) | class TextMeshPro extends UIRenderer { method string (line 286) | public get string(): string { return this._string; } method string (line 287) | public set string(v: string) { method font (line 296) | private get font(): JsonAsset { return this._font; } method font (line 297) | private set font(v: JsonAsset) { method horizontalAlign (line 314) | public get horizontalAlign(): HorizontalTextAlignment { return this._h... method horizontalAlign (line 315) | public set horizontalAlign(v: HorizontalTextAlignment) { method verticalAlign (line 324) | public get verticalAlign(): VerticalTextAlignment { return this._verti... method verticalAlign (line 325) | public set verticalAlign(v: VerticalTextAlignment) { method visible (line 333) | visible() { return this._overflow === TmpOverflow.SHRINK; } method actualFontSize (line 334) | public get actualFontSize(): number { return this._actualFontSize; } method bmfontOriginalSize (line 337) | public get bmfontOriginalSize(): number { return this.font ? this.font... method fontSize (line 342) | public get fontSize(): number { return this._fontSize; } method fontSize (line 343) | public set fontSize(v: number) { method lineHeight (line 352) | public get lineHeight(): number { return this._lineHeight; } method lineHeight (line 353) | public set lineHeight(v: number) { method spacingX (line 362) | public get spacingX(): number { return this._spacingX; } method spacingX (line 363) | public set spacingX(v: number) { method overflow (line 372) | public get overflow(): TmpOverflow { return this._overflow; } method overflow (line 373) | public set overflow(v: TmpOverflow) { method visible (line 383) | visible() { method enableWrapText (line 387) | public get enableWrapText(): boolean { return this._enableWrapText; } method enableWrapText (line 388) | public set enableWrapText(v: boolean) { method enableItalic (line 397) | public get enableItalic(): boolean { return this._enableItalic; } method enableItalic (line 398) | public set enableItalic(v: boolean) { method enableUnderline (line 407) | public get enableUnderline(): boolean { return this._enableUnderline; } method enableUnderline (line 408) | public set enableUnderline(v: boolean) { method visible (line 418) | visible() { return this._enableUnderline; } method underlineOffset (line 420) | public get underlineOffset(): number { return this._underlineOffset; } method underlineOffset (line 421) | public set underlineOffset(v: number) { method enableStrikethrough (line 430) | public get enableStrikethrough(): boolean { return this._enableStriket... method enableStrikethrough (line 431) | public set enableStrikethrough(v: boolean) { method visible (line 441) | visible() { return this._enableStrikethrough; } method strikethroughOffset (line 443) | public get strikethroughOffset(): number { return this._strikethroughO... method strikethroughOffset (line 444) | public set strikethroughOffset(v: number) { method colorGradient (line 453) | public get colorGradient(): boolean { return this._colorGradient; } method colorGradient (line 454) | public set colorGradient(v: boolean) { method visible (line 464) | visible() { return this._colorGradient; } method colorLB (line 466) | public get colorLB(): Color { return this._colorLB; } method colorLB (line 467) | public set colorLB(v: Color) { method visible (line 477) | visible() { return this._colorGradient; } method colorRB (line 479) | public get colorRB(): Color { return this._colorRB; } method colorRB (line 480) | public set colorRB(v: Color) { method visible (line 490) | visible() { return this._colorGradient; } method colorLT (line 492) | public get colorLT(): Color { return this._colorLT; } method colorLT (line 493) | public set colorLT(v: Color) { method visible (line 503) | visible() { return this._colorGradient; } method colorRT (line 505) | public get colorRT(): Color { return this._colorRT; } method colorRT (line 506) | public set colorRT(v: Color) { method fontConfig (line 520) | public get fontConfig(): TmpFontConfig { return this._fontConfig; } method lettersInfo (line 524) | public get lettersInfo(): TmpLetterInfo[] { return this._lettersInfo; } method richTextDeltaX (line 531) | public get richTextDeltaX(): number { return this._richTextDeltaX; } method editorInit (line 533) | private editorInit(): void { method resetInEditor (line 570) | public resetInEditor(): void { method onLoad (line 580) | public onLoad(): void { method onEnable (line 591) | public onEnable(): void { method lateUpdate (line 596) | public lateUpdate(dt: number): void { method requestRenderData (line 608) | public requestRenderData(drawInfoType = 0) { method updateRenderData (line 615) | public updateRenderData(force: boolean = false) { method _render (line 628) | protected _render(render: any) { method commitComp (line 636) | private commitComp(render: any, comp: TextMeshPro, renderData: BaseRen... method _updateColor (line 719) | protected _updateColor() { method setEntityColor (line 724) | public setEntityColor(color: Color) { method _canRender (line 730) | protected _canRender() { method _flushAssembler (line 742) | protected _flushAssembler() { method _applyFontTexture (line 759) | private _applyFontTexture(): void { method changeMaterialForDefine (line 772) | protected changeMaterialForDefine() { method updateMaterial (line 780) | protected updateMaterial(): void { method _updateTmpMatTexture (line 798) | private _updateTmpMatTexture(material: renderer.MaterialInstance): void { method updateTmpMatFace (line 815) | public updateTmpMatFace(material: renderer.MaterialInstance): void { method updateTmpMatOutline (line 824) | public updateTmpMatOutline(material: renderer.MaterialInstance): void { method updateTmpMatUnderlay (line 837) | public updateTmpMatUnderlay(material: renderer.MaterialInstance): void { method updateTmpMatGlow (line 853) | public updateTmpMatGlow(material: renderer.MaterialInstance): void { method forceUpdateRenderData (line 872) | public forceUpdateRenderData(): void { method setFont (line 879) | public setFont(font: JsonAsset, textures: Texture2D[]): void { method isVisible (line 896) | public isVisible(index: number): boolean { method setVisible (line 904) | public setVisible(index: number, visible: boolean): void { method getColorExtraVertices (line 912) | public getColorExtraVertices(index: number): [Color, Color, Color, Col... method setColorExtraVertices (line 920) | public setColorExtraVertices(index: number, data: [Color, Color, Color... method getPosVertices (line 928) | public getPosVertices(index: number): [Vec3, Vec3, Vec3, Vec3] | null { method setPosVertices (line 936) | public setPosVertices(index: number, data: [Vec3, Vec3, Vec3, Vec3]): ... FILE: assets/textMeshPro/scripts/TmpRichText.ts constant BASELINE_RATIO (line 13) | const BASELINE_RATIO = 0.26; type ISegment (line 15) | interface ISegment { function createSegment (line 46) | function createSegment(type: string): ISegment { function getSegmentByPool (line 59) | function getSegmentByPool(type: string, content: string | SpriteFrame, m... class TmpRichText (line 106) | class TmpRichText extends Component { method string (line 111) | public get string(): string { return this._string; } method string (line 112) | public set string(v: string) { method font (line 122) | private get font(): JsonAsset { return this._font; } method font (line 123) | private set font(v: JsonAsset) { method horizontalAlign (line 137) | public get horizontalAlign(): HorizontalTextAlignment { return this._h... method horizontalAlign (line 138) | public set horizontalAlign(v: HorizontalTextAlignment) { method verticalAlign (line 148) | public get verticalAlign(): VerticalTextAlignment { return this._verti... method verticalAlign (line 149) | public set verticalAlign(v: VerticalTextAlignment) { method fontSize (line 159) | public get fontSize(): number { return this._fontSize; } method fontSize (line 160) | public set fontSize(v: number) { method maxWidth (line 170) | public get maxWidth(): number { return this._maxWidth; } method maxWidth (line 171) | public set maxWidth(v: number) { method lineHeight (line 181) | public get lineHeight(): number { return this._lineHeight; } method lineHeight (line 182) | public set lineHeight(v: number) { method imageAtlas (line 192) | public get imageAtlas(): SpriteAtlas { return this._imageAtlas; } method imageAtlas (line 193) | public set imageAtlas(v: SpriteAtlas) { method handleTouchEvent (line 203) | public get handleTouchEvent(): boolean { return this._handleTouchEvent; } method handleTouchEvent (line 204) | public set handleTouchEvent(v: boolean) { method labelContent (line 231) | private get labelContent(): Node { method imageContent (line 242) | private get imageContent(): Node { method editorInit (line 252) | private editorInit(): void { method resetInEditor (line 282) | public resetInEditor(): void { method onRestore (line 292) | public onRestore(): void { method onEnable (line 305) | public onEnable(): void { method onDisable (line 313) | public onDisable(): void { method onLoad (line 320) | public onLoad() { method onDestroy (line 324) | public onDestroy(): void { method start (line 338) | public start() { method _addEventListeners (line 343) | private _addEventListeners(): void { method _removeEventListeners (line 347) | private _removeEventListeners(): void { method _updateLabelSegmentTextAttributes (line 351) | private _updateLabelSegmentTextAttributes(): void { method _createFontLabel (line 357) | private _createFontLabel(str: string): ISegment { method _createImage (line 361) | protected _createImage(spriteFrame: SpriteFrame): ISegment { method _onFontLoaded (line 365) | private _onFontLoaded(): void { method SplitLongStringApproximatelyIn2048 (line 370) | protected SplitLongStringApproximatelyIn2048(text: string, styleIndex:... method splitLongStringOver2048 (line 400) | protected splitLongStringOver2048(text: string, styleIndex: number, li... method _measureText (line 541) | private _measureText(styleIndex: number, string?: string): number | ((... method _calculateSize (line 553) | protected _calculateSize(styleIndex: number, s: string) { method _onTouchEnded (line 568) | private _onTouchEnded(event: EventTouch): void { method _containsTouchLocation (line 586) | protected _containsTouchLocation(label: ISegment, point: Vec2) { method _resetContent (line 596) | private _resetContent(node: Node): void { method _resetState (line 626) | private _resetState(): void { method _activateChildren (line 640) | private _activateChildren(active: boolean): void { method _addLabelSegment (line 651) | private _addLabelSegment(stringToken: string, styleIndex: number): ISe... method _updateRichTextWithMaxWidth (line 681) | private _updateRichTextWithMaxWidth(labelString, labelWidth, styleInde... method _isLastComponentCR (line 726) | private _isLastComponentCR(stringToken: string): boolean { method _updateLineInfo (line 730) | private _updateLineInfo(): void { method _needsUpdateTextLayout (line 736) | private _needsUpdateTextLayout(newTextArray): boolean { method _addRichTextImageElement (line 782) | private _addRichTextImageElement(richTextElement): void { method _updateRichText (line 859) | protected _updateRichText(): void { method _getFirstWordLen (line 951) | private _getFirstWordLen(text, startIndex, textLen): number { method _updateRichTextPosition (line 970) | private _updateRichTextPosition(): void { method _convertLiteralColorValue (line 1060) | private _convertLiteralColorValue(color: string): Color { method _applyTextAttribute (line 1082) | private _applyTextAttribute(labelSeg: ISegment): void { method _applyLayer (line 1172) | protected _applyLayer(): void { FILE: assets/textMeshPro/scripts/utils/HtmlParser.ts type IHtmlTextParserResultObj (line 4) | interface IHtmlTextParserResultObj { type IHtmlTextParserStack (line 9) | interface IHtmlTextParserStack { class HtmlTextParser (line 35) | class HtmlTextParser { method constructor (line 40) | constructor() { method parse (line 49) | public parse(htmlString: string) { method _attributeToObject (line 91) | private _attributeToObject(attribute: string) { method getRightQuotationIndex (line 478) | private getRightQuotationIndex(remainingArgument: string) { method _processEventHandler (line 498) | private _processEventHandler(eventString: string) { method _addToStack (line 545) | private _addToStack(attribute: string) { method _processResult (line 565) | private _processResult(value: string) { method _escapeSpecialSymbol (line 578) | private _escapeSpecialSymbol(str: string) { FILE: assets/textMeshPro/scripts/utils/TmpAssembler.ts constant WHITE (line 11) | const WHITE = Color.WHITE; constant ITALIC_REDIANS (line 13) | const ITALIC_REDIANS = misc.degreesToRadians(15); constant UNDERLINE_CODE (line 15) | const UNDERLINE_CODE = 95; constant ELLIPSIS_CODE (line 17) | const ELLIPSIS_CODE = 46; constant ELLIPSIS_CHAR (line 18) | const ELLIPSIS_CHAR = "."; constant ELLIPSIS_NUM (line 19) | const ELLIPSIS_NUM = 3; constant QUAD_INDICES (line 65) | let QUAD_INDICES; class TmpLetterInfo (line 79) | class TmpLetterInfo { class TmpAssembler (line 96) | class TmpAssembler { method createData (line 106) | static createData(comp: TextMeshPro) { method fillBuffers (line 110) | static fillBuffers(comp: TextMeshPro, renderer: any) { method updateRenderData (line 157) | public static updateRenderData(comp: TextMeshPro): void { method updateColor (line 190) | static updateColor(comp: TextMeshPro) { method updateUVs (line 213) | static updateUVs(comp: TextMeshPro) { method updateTextureIdx (line 227) | static updateTextureIdx(comp: TextMeshPro) { method _updateProperties (line 243) | private static _updateProperties(comp: TextMeshPro): void { method _resetProperties (line 308) | private static _resetProperties(): void { method _updateContent (line 314) | private static _updateContent(): void { method _computeHorizontalKerningForText (line 319) | private static _computeHorizontalKerningForText(): void { method _alignText (line 343) | private static _alignText(): void { method _multilineTextWrapByWord (line 395) | private static _multilineTextWrapByWord(): boolean { method _multilineTextWrapByChar (line 399) | private static _multilineTextWrapByChar(): boolean { method _multilineTextWrap (line 403) | private static _multilineTextWrap(nextTokenFunc: Function): boolean { method _getFirstCharLen (line 594) | private static _getFirstCharLen(): number { method _getFontScale (line 598) | private static _getFontScale(): number { method _getFirstWordLen (line 602) | private static _getFirstWordLen(text: string, startIndex: number, text... method _recordEllipsis (line 646) | private static _recordEllipsis(nextTokenY: number, letterPosition: Vec... method _recordPlaceholderInfo (line 678) | private static _recordPlaceholderInfo(letterIndex: number, char: strin... method _recordLetterInfo (line 692) | private static _recordLetterInfo(letterPosition: Vec2, character: stri... method _computeAlignmentOffset (line 708) | private static _computeAlignmentOffset(): void { method _setupBMFontOverflowMetrics (line 745) | private static _setupBMFontOverflowMetrics(): void { method _updateQuads (line 766) | private static _updateQuads(): void { method createQuadIndices (line 866) | private static createQuadIndices(indexCount) { method _updateLineQuads (line 888) | private static _updateLineQuads(appx: number, appy: number, offsetY: n... method appendQuad (line 975) | private static appendQuad(comp: TextMeshPro, textureId: number, uvRect... method appendVerts (line 1026) | private static appendVerts(comp: TextMeshPro, dataList, dataOffset, l,... method updateColorExtra (line 1055) | public static updateColorExtra(comp: TextMeshPro): void { method isVisble (line 1160) | public static isVisble(comp: TextMeshPro, index: number): boolean { method setVisible (line 1168) | public static setVisible(comp: TextMeshPro, index: number, visible: bo... method getColorExtraVertices (line 1221) | public static getColorExtraVertices(comp: TextMeshPro, index: number):... method setColorExtraVertices (line 1242) | public static setColorExtraVertices(comp: TextMeshPro, index: number, ... method getPosVertices (line 1276) | public static getPosVertices(comp: TextMeshPro, index: number): [Vec3,... method setPosVertices (line 1296) | public static setPosVertices(comp: TextMeshPro, index: number, data: [... FILE: assets/textMeshPro/scripts/utils/TmpFontConfig.ts type TmpFontJson (line 6) | interface TmpFontJson { class TmpFontLetter (line 30) | class TmpFontLetter { class TmpFontConfig (line 45) | class TmpFontConfig { method getFontConfig (line 47) | public static getFontConfig(font: JsonAsset, textures: Texture2D[]): T... method json (line 59) | public get json(): TmpFontJson { return this._json; } method constructor (line 61) | public constructor(font: JsonAsset, textures: Texture2D[]) { method addTexture (line 84) | public addTexture(id: number, texture: Texture2D): void { method addLetterDefinitions (line 88) | public addLetterDefinitions(letter: number, letterDefinition: TmpFontL... method cloneLetterDefinition (line 92) | public cloneLetterDefinition(): { [id: number]: TmpFontLetter } { method getTexture (line 102) | public getTexture(id: number): Texture2D { method getLetter (line 106) | public getLetter(key: string): TmpFontLetter { method getLetterDefinitionForChar (line 110) | public getLetterDefinitionForChar(char: string): TmpFontLetter { method clear (line 122) | public clear(): void { FILE: assets/textMeshPro/scripts/utils/TmpUtils.ts constant WORD_REG (line 4) | const WORD_REG = /([a-zA-Z0-9ÄÖÜäöüßéèçàùêâîôûа-яА-ЯЁё]+|\S)/; constant SYMBOL_REG (line 6) | const SYMBOL_REG = /^[!,.:;'}\]%\?>、‘“》?。,!]/; constant LAST_WORD_REG (line 7) | const LAST_WORD_REG = /([a-zA-Z0-9ÄÖÜäöüßéèçàùêâîôûаíìÍÌïÁÀáàÉÈÒÓòóŐőÙÚŰ... constant LAST_ENGLISH_REG (line 8) | const LAST_ENGLISH_REG = /[a-zA-Z0-9ÄÖÜäöüßéèçàùêâîôûаíìÍÌïÁÀáàÉÈÒÓòóŐőÙ... constant FIRST_ENGLISH_REG (line 9) | const FIRST_ENGLISH_REG = /^[a-zA-Z0-9ÄÖÜäöüßéèçàùêâîôûаíìÍÌïÁÀáàÉÈÒÓòóŐ... constant WRAP_INSPECTION (line 10) | const WRAP_INSPECTION = true; function _safeSubstring (line 21) | function _safeSubstring(targetString, startIndex, endIndex?) { class TmpUtils (line 44) | class TmpUtils { method load (line 52) | public static load(url: string): Promise { method waitCmpt (line 79) | public static waitCmpt(cmpt: Component, seconds: number): Promise { method isUnicodeCJK (line 87) | public static isUnicodeCJK(ch: string) { method isUnicodeSpace (line 95) | public static isUnicodeSpace(ch: string) { method getEnglishWordPartAtFirst (line 110) | public static getEnglishWordPartAtFirst(stringToken: string) { method getEnglishWordPartAtLast (line 116) | public static getEnglishWordPartAtLast(stringToken: string) { method fragmentText (line 121) | public static fragmentText(stringToken: string, allWidth: number, maxW... FILE: cpp/UIMeshBuffer.cpp type cc (line 29) | namespace cc { FILE: extensions/textmeshpro-tool/@types/editor.d.ts type ICopyType (line 60) | type ICopyType = 'image' | 'text' | 'files' | string; type SaveDialogOptions (line 88) | interface SaveDialogOptions { type SelectDialogOptions (line 94) | interface SelectDialogOptions { type MessageDialogOptions (line 103) | interface MessageDialogOptions { type I18nMap (line 173) | type I18nMap = { type BaseMenuItem (line 232) | interface BaseMenuItem { type MainMenuItem (line 250) | interface MainMenuItem extends BaseMenuItem { type ContextMenuItem (line 253) | interface ContextMenuItem extends BaseMenuItem { type MenuTemplateItem (line 256) | type MenuTemplateItem = BaseMenuItem; type PopupOptions (line 257) | interface PopupOptions { type MessageInfo (line 273) | interface MessageInfo { type TableBase (line 281) | interface TableBase { type GetPackageOptions (line 399) | interface GetPackageOptions { type PackageJson (line 406) | interface PackageJson { type PathType (line 418) | type PathType = 'home' | 'data' | 'temp'; type Selector (line 504) | type Selector<$> = { $: Record }; type Options (line 506) | type Options void> = { type preferencesProtocol (line 574) | type preferencesProtocol = 'default' | 'global' | 'local'; type projectProtocol (line 575) | type projectProtocol = 'default' | 'project'; type tempProtocol (line 576) | type tempProtocol = 'temp'; type ProfileGetOptions (line 577) | interface ProfileGetOptions { type ProfileObj (line 580) | interface ProfileObj { type NoticeOptions (line 813) | interface NoticeOptions { type UserData (line 942) | interface UserData { type UnzipOptions (line 1050) | interface UnzipOptions { type WhenParam (line 1161) | interface WhenParam { FILE: extensions/textmeshpro-tool/@types/electron.d.ts type GlobalEvent (line 8) | type GlobalEvent = Event & { returnValue: any }; class Accelerator (line 13) | class Accelerator extends String { type App (line 16) | interface App extends NodeJS.EventEmitter { type AutoUpdater (line 1543) | interface AutoUpdater extends NodeJS.EventEmitter { type BluetoothDevice (line 1644) | interface BluetoothDevice { class BrowserView (line 1652) | class BrowserView { class BrowserWindow (line 1677) | class BrowserWindow extends NodeEventEmitter { class BrowserWindowProxy (line 2949) | class BrowserWindowProxy { type Certificate (line 2984) | interface Certificate { type CertificatePrincipal (line 3030) | interface CertificatePrincipal { class ClientRequest (line 3060) | class ClientRequest extends NodeEventEmitter { type Clipboard (line 3254) | interface Clipboard { class CommandLine (line 3369) | class CommandLine { type ContentTracing (line 3404) | interface ContentTracing { type ContextBridge (line 3462) | interface ContextBridge { type Cookie (line 3469) | interface Cookie { class Cookies (line 3520) | class Cookies extends NodeEventEmitter { type CPUUsage (line 3607) | interface CPUUsage { type CrashReport (line 3622) | interface CrashReport { type CrashReporter (line 3630) | interface CrashReporter { type CustomScheme (line 3726) | interface CustomScheme { class Debugger (line 3737) | class Debugger extends NodeEventEmitter { type DesktopCapturer (line 3850) | interface DesktopCapturer { type DesktopCapturerSource (line 3866) | interface DesktopCapturerSource { type Dialog (line 3906) | interface Dialog { type Display (line 4159) | interface Display { class Dock (line 4220) | class Dock { class DownloadItem (line 4302) | class DownloadItem extends NodeEventEmitter { type Event (line 4475) | interface Event extends GlobalEvent { type Extension (line 4482) | interface Extension { type ExtensionInfo (line 4503) | interface ExtensionInfo { type FileFilter (line 4511) | interface FileFilter { type FilePathWithHeaders (line 4519) | interface FilePathWithHeaders { type GlobalShortcut (line 4533) | interface GlobalShortcut { type GPUFeatureStatus (line 4592) | interface GPUFeatureStatus { type InAppPurchase (line 4650) | interface InAppPurchase extends NodeJS.EventEmitter { class IncomingMessage (line 4699) | class IncomingMessage extends NodeEventEmitter { type InputEvent (line 4763) | interface InputEvent { type IOCounters (line 4775) | interface IOCounters { type IpcMain (line 4805) | interface IpcMain extends NodeJS.EventEmitter { type IpcMainEvent (line 4856) | interface IpcMainEvent extends Event { type IpcMainInvokeEvent (line 4894) | interface IpcMainInvokeEvent extends Event { type IpcRenderer (line 4917) | interface IpcRenderer extends NodeJS.EventEmitter { type IpcRendererEvent (line 5042) | interface IpcRendererEvent extends Event { type JumpListCategory (line 5064) | interface JumpListCategory { type JumpListItem (line 5083) | interface JumpListItem { type KeyboardEvent (line 5134) | interface KeyboardEvent { type KeyboardInputEvent (line 5161) | interface KeyboardInputEvent extends InputEvent { type MemoryInfo (line 5176) | interface MemoryInfo { type MemoryUsageDetails (line 5197) | interface MemoryUsageDetails { class Menu (line 5206) | class Menu { class MenuItem (line 5298) | class MenuItem { class MessageChannelMain (line 5325) | class MessageChannelMain extends NodeEventEmitter { class MessagePortMain (line 5333) | class MessagePortMain extends NodeEventEmitter { type MimeTypedBuffer (line 5367) | interface MimeTypedBuffer { type MouseInputEvent (line 5385) | interface MouseInputEvent extends InputEvent { type MouseWheelInputEvent (line 5407) | interface MouseWheelInputEvent extends MouseInputEvent { class NativeImage (line 5425) | class NativeImage { type NativeTheme (line 5575) | interface NativeTheme extends NodeJS.EventEmitter { type Net (line 5650) | interface Net { type NetLog (line 5682) | interface NetLog { type NewWindowWebContentsEvent (line 5707) | interface NewWindowWebContentsEvent extends Event { class Notification (line 5714) | class Notification extends NodeEventEmitter { type NotificationAction (line 5852) | interface NotificationAction { type NotificationResponse (line 5866) | interface NotificationResponse { type Point (line 5892) | interface Point { type PostBody (line 5900) | interface PostBody { type PowerMonitor (line 5921) | interface PowerMonitor extends NodeJS.EventEmitter { type PowerSaveBlocker (line 6040) | interface PowerSaveBlocker { type PrinterInfo (line 6070) | interface PrinterInfo { type ProcessMemoryInfo (line 6100) | interface ProcessMemoryInfo { type ProcessMetric (line 6122) | interface ProcessMetric { type Product (line 6172) | interface Product { type Protocol (line 6216) | interface Protocol { type ProtocolRequest (line 6376) | interface ProtocolRequest { type ProtocolResponse (line 6387) | interface ProtocolResponse { type ProtocolResponseUploadData (line 6453) | interface ProtocolResponseUploadData { type Rectangle (line 6467) | interface Rectangle { type Referrer (line 6489) | interface Referrer { type Remote (line 6505) | interface Remote extends RemoteMainInterface { type Screen (line 6541) | interface Screen extends NodeJS.EventEmitter { type ScrubberItem (line 6638) | interface ScrubberItem { type SegmentedControlSegment (line 6652) | interface SegmentedControlSegment { type SerialPort (line 6670) | interface SerialPort { type ServiceWorkerInfo (line 6708) | interface ServiceWorkerInfo { class ServiceWorkers (line 6728) | class ServiceWorkers extends NodeEventEmitter { class Session (line 6794) | class Session extends NodeEventEmitter { type SharedWorkerInfo (line 7425) | interface SharedWorkerInfo { class ShareMenu (line 7439) | class ShareMenu extends NodeEventEmitter { type SharingItem (line 7457) | interface SharingItem { type Shell (line 7475) | interface Shell { type ShortcutDetails (line 7533) | interface ShortcutDetails { type Size (line 7574) | interface Size { type SystemPreferences (line 7582) | interface SystemPreferences extends NodeJS.EventEmitter { type Task (line 8001) | interface Task { type ThumbarButton (line 8040) | interface ThumbarButton { class TouchBar (line 8060) | class TouchBar { class TouchBarButton (line 8081) | class TouchBarButton { class TouchBarColorPicker (line 8097) | class TouchBarColorPicker extends NodeEventEmitter { class TouchBarGroup (line 8109) | class TouchBarGroup extends NodeEventEmitter { class TouchBarLabel (line 8119) | class TouchBarLabel extends NodeEventEmitter { class TouchBarOtherItemsProxy (line 8132) | class TouchBarOtherItemsProxy extends NodeEventEmitter { class TouchBarPopover (line 8142) | class TouchBarPopover extends NodeEventEmitter { class TouchBarScrubber (line 8154) | class TouchBarScrubber extends NodeEventEmitter { class TouchBarSegmentedControl (line 8170) | class TouchBarSegmentedControl extends NodeEventEmitter { class TouchBarSlider (line 8184) | class TouchBarSlider extends NodeEventEmitter { class TouchBarSpacer (line 8198) | class TouchBarSpacer extends NodeEventEmitter { type TraceCategoriesAndOptions (line 8209) | interface TraceCategoriesAndOptions { type TraceConfig (line 8236) | interface TraceConfig { type Transaction (line 8288) | interface Transaction { class Tray (line 8320) | class Tray extends NodeEventEmitter { type UploadData (line 8757) | interface UploadData { type UploadFile (line 8775) | interface UploadFile { type UploadRawData (line 8801) | interface UploadRawData { class WebContents (line 8815) | class WebContents extends NodeEventEmitter { type WebFrame (line 10718) | interface WebFrame extends NodeJS.EventEmitter { class WebFrameMain (line 10912) | class WebFrameMain extends NodeEventEmitter { class WebRequest (line 10971) | class WebRequest { type WebSource (line 11081) | interface WebSource { type WebviewTag (line 11093) | interface WebviewTag extends HTMLElement { type AboutPanelOptionsOptions (line 11670) | interface AboutPanelOptionsOptions { type AddRepresentationOptions (line 11716) | interface AddRepresentationOptions { type AnimationSettings (line 11739) | interface AnimationSettings { type AppDetailsOptions (line 11757) | interface AppDetailsOptions { type ApplicationInfoForProtocolReturnValue (line 11782) | interface ApplicationInfoForProtocolReturnValue { type AuthenticationResponseDetails (line 11797) | interface AuthenticationResponseDetails { type AuthInfo (line 11801) | interface AuthInfo { type AutoResizeOptions (line 11809) | interface AutoResizeOptions { type BeforeSendResponse (line 11832) | interface BeforeSendResponse { type BitmapOptions (line 11840) | interface BitmapOptions { type BlinkMemoryInfo (line 11847) | interface BlinkMemoryInfo { type BrowserViewConstructorOptions (line 11862) | interface BrowserViewConstructorOptions { type BrowserWindowConstructorOptions (line 11869) | interface BrowserWindowConstructorOptions { type CertificateTrustDialogOptions (line 12114) | interface CertificateTrustDialogOptions { type ClearStorageDataOptions (line 12125) | interface ClearStorageDataOptions { type ClientRequestConstructorOptions (line 12143) | interface ClientRequestConstructorOptions { type Config (line 12213) | interface Config { type ConsoleMessageEvent (line 12234) | interface ConsoleMessageEvent extends Event { type ContextMenuParams (line 12251) | interface ContextMenuParams { type CookiesGetFilter (line 12363) | interface CookiesGetFilter { type CookiesSetDetails (line 12391) | interface CookiesSetDetails { type CrashReporterStartOptions (line 12435) | interface CrashReporterStartOptions { type CreateFromBitmapOptions (line 12492) | interface CreateFromBitmapOptions { type CreateFromBufferOptions (line 12501) | interface CreateFromBufferOptions { type CreateInterruptedDownloadOptions (line 12516) | interface CreateInterruptedDownloadOptions { type Data (line 12548) | interface Data { type Details (line 12559) | interface Details { type DidChangeThemeColorEvent (line 12584) | interface DidChangeThemeColorEvent extends Event { type DidCreateWindowDetails (line 12588) | interface DidCreateWindowDetails { type DidFailLoadEvent (line 12628) | interface DidFailLoadEvent extends Event { type DidFrameFinishLoadEvent (line 12635) | interface DidFrameFinishLoadEvent extends Event { type DidNavigateEvent (line 12639) | interface DidNavigateEvent extends Event { type DidNavigateInPageEvent (line 12643) | interface DidNavigateInPageEvent extends Event { type DisplayBalloonOptions (line 12648) | interface DisplayBalloonOptions { type EnableNetworkEmulationOptions (line 12675) | interface EnableNetworkEmulationOptions { type FeedURLOptions (line 12694) | interface FeedURLOptions { type FileIconOptions (line 12710) | interface FileIconOptions { type Filter (line 12714) | interface Filter { type FindInPageOptions (line 12722) | interface FindInPageOptions { type FocusOptions (line 12738) | interface FocusOptions { type FoundInPageEvent (line 12747) | interface FoundInPageEvent extends Event { type FromPartitionOptions (line 12751) | interface FromPartitionOptions { type HandlerDetails (line 12758) | interface HandlerDetails { type HeadersReceivedResponse (line 12792) | interface HeadersReceivedResponse { type HeapStatistics (line 12805) | interface HeapStatistics { type IgnoreMouseEventsOptions (line 12817) | interface IgnoreMouseEventsOptions { type ImportCertificateOptions (line 12828) | interface ImportCertificateOptions { type Info (line 12839) | interface Info { type Input (line 12854) | interface Input { type InsertCSSOptions (line 12893) | interface InsertCSSOptions { type IpcMessageEvent (line 12901) | interface IpcMessageEvent extends Event { type Item (line 12906) | interface Item { type JumpListSettings (line 12917) | interface JumpListSettings { type LoadCommitEvent (line 12933) | interface LoadCommitEvent extends Event { type LoadExtensionOptions (line 12938) | interface LoadExtensionOptions { type LoadFileOptions (line 12947) | interface LoadFileOptions { type LoadURLOptions (line 12962) | interface LoadURLOptions { type LoginItemSettings (line 12984) | interface LoginItemSettings { type LoginItemSettingsOptions (line 13032) | interface LoginItemSettingsOptions { type MenuItemConstructorOptions (line 13047) | interface MenuItemConstructorOptions { type MessageBoxOptions (line 13148) | interface MessageBoxOptions { type MessageBoxReturnValue (line 13213) | interface MessageBoxReturnValue { type MessageBoxSyncOptions (line 13224) | interface MessageBoxSyncOptions { type MessageDetails (line 13289) | interface MessageDetails { type MessageEvent (line 13319) | interface MessageEvent { type MoveToApplicationsFolderOptions (line 13324) | interface MoveToApplicationsFolderOptions { type NewWindowEvent (line 13331) | interface NewWindowEvent extends Event { type NotificationConstructorOptions (line 13345) | interface NotificationConstructorOptions { type OnBeforeRedirectListenerDetails (line 13423) | interface OnBeforeRedirectListenerDetails { type OnBeforeRequestListenerDetails (line 13444) | interface OnBeforeRequestListenerDetails { type OnBeforeSendHeadersListenerDetails (line 13457) | interface OnBeforeSendHeadersListenerDetails { type OnCompletedListenerDetails (line 13470) | interface OnCompletedListenerDetails { type OnErrorOccurredListenerDetails (line 13487) | interface OnErrorOccurredListenerDetails { type OnHeadersReceivedListenerDetails (line 13504) | interface OnHeadersReceivedListenerDetails { type OnResponseStartedListenerDetails (line 13520) | interface OnResponseStartedListenerDetails { type OnSendHeadersListenerDetails (line 13539) | interface OnSendHeadersListenerDetails { type OpenDevToolsOptions (line 13552) | interface OpenDevToolsOptions { type OpenDialogOptions (line 13566) | interface OpenDialogOptions { type OpenDialogReturnValue (line 13594) | interface OpenDialogReturnValue { type OpenDialogSyncOptions (line 13614) | interface OpenDialogSyncOptions { type OpenExternalOptions (line 13642) | interface OpenExternalOptions { type Options (line 13657) | interface Options { type PageFaviconUpdatedEvent (line 13660) | interface PageFaviconUpdatedEvent extends Event { type PageTitleUpdatedEvent (line 13667) | interface PageTitleUpdatedEvent extends Event { type Parameters (line 13672) | interface Parameters { type Payment (line 13702) | interface Payment { type PermissionCheckHandlerHandlerDetails (line 13713) | interface PermissionCheckHandlerHandlerDetails { type PermissionRequestHandlerHandlerDetails (line 13738) | interface PermissionRequestHandlerHandlerDetails { type PluginCrashedEvent (line 13757) | interface PluginCrashedEvent extends Event { type PopupOptions (line 13762) | interface PopupOptions { type PreconnectOptions (line 13790) | interface PreconnectOptions { type PrintToPDFOptions (line 13801) | interface PrintToPDFOptions { type Privileges (line 13838) | interface Privileges { type ProgressBarOptions (line 13869) | interface ProgressBarOptions { type Provider (line 13879) | interface Provider { type ReadBookmark (line 13883) | interface ReadBookmark { type RegistrationCompletedDetails (line 13888) | interface RegistrationCompletedDetails { type RelaunchOptions (line 13895) | interface RelaunchOptions { type RenderProcessGoneDetails (line 13900) | interface RenderProcessGoneDetails { type Request (line 13912) | interface Request { type ResizeOptions (line 13926) | interface ResizeOptions { type ResourceUsage (line 13945) | interface ResourceUsage { type Response (line 13954) | interface Response { type Result (line 13963) | interface Result { type SaveDialogOptions (line 13980) | interface SaveDialogOptions { type SaveDialogReturnValue (line 14024) | interface SaveDialogReturnValue { type SaveDialogSyncOptions (line 14043) | interface SaveDialogSyncOptions { type Settings (line 14087) | interface Settings { type SourcesOptions (line 14131) | interface SourcesOptions { type SSLConfigConfig (line 14152) | interface SSLConfigConfig { type StartLoggingOptions (line 14175) | interface StartLoggingOptions { type SystemMemoryInfo (line 14190) | interface SystemMemoryInfo { type TitleOptions (line 14213) | interface TitleOptions { type ToBitmapOptions (line 14222) | interface ToBitmapOptions { type ToDataURLOptions (line 14229) | interface ToDataURLOptions { type ToPNGOptions (line 14236) | interface ToPNGOptions { type TouchBarButtonConstructorOptions (line 14243) | interface TouchBarButtonConstructorOptions { type TouchBarColorPickerConstructorOptions (line 14274) | interface TouchBarColorPickerConstructorOptions { type TouchBarConstructorOptions (line 14289) | interface TouchBarConstructorOptions { type TouchBarGroupConstructorOptions (line 14294) | interface TouchBarGroupConstructorOptions { type TouchBarLabelConstructorOptions (line 14301) | interface TouchBarLabelConstructorOptions { type TouchBarPopoverConstructorOptions (line 14316) | interface TouchBarPopoverConstructorOptions { type TouchBarScrubberConstructorOptions (line 14336) | interface TouchBarScrubberConstructorOptions { type TouchBarSegmentedControlConstructorOptions (line 14373) | interface TouchBarSegmentedControlConstructorOptions { type TouchBarSliderConstructorOptions (line 14397) | interface TouchBarSliderConstructorOptions { type TouchBarSpacerConstructorOptions (line 14420) | interface TouchBarSpacerConstructorOptions { type TraceBufferUsageReturnValue (line 14427) | interface TraceBufferUsageReturnValue { type UpdateTargetUrlEvent (line 14432) | interface UpdateTargetUrlEvent extends Event { type UploadProgress (line 14436) | interface UploadProgress { type VisibleOnAllWorkspacesOptions (line 14457) | interface VisibleOnAllWorkspacesOptions { type WebContentsPrintOptions (line 14476) | interface WebContentsPrintOptions { type WebviewTagPrintOptions (line 14541) | interface WebviewTagPrintOptions { type WillNavigateEvent (line 14606) | interface WillNavigateEvent extends Event { type EditFlags (line 14610) | interface EditFlags { type FoundInPageResult (line 14645) | interface FoundInPageResult { type LaunchItems (line 14662) | interface LaunchItems { type Margins (line 14697) | interface Margins { type MediaFlags (line 14721) | interface MediaFlags { type PageRanges (line 14776) | interface PageRanges { type WebPreferences (line 14787) | interface WebPreferences { type DefaultFontFamily (line 15037) | interface DefaultFontFamily { type RemoteMainInterface (line 15064) | interface RemoteMainInterface { class NativeImage (line 15123) | class NativeImage extends Electron.NativeImage {} type nativeImage (line 15124) | type nativeImage = NativeImage; type AboutPanelOptionsOptions (line 15127) | type AboutPanelOptionsOptions = Electron.AboutPanelOptionsOptions; type AddRepresentationOptions (line 15128) | type AddRepresentationOptions = Electron.AddRepresentationOptions; type AnimationSettings (line 15129) | type AnimationSettings = Electron.AnimationSettings; type AppDetailsOptions (line 15130) | type AppDetailsOptions = Electron.AppDetailsOptions; type ApplicationInfoForProtocolReturnValue (line 15131) | type ApplicationInfoForProtocolReturnValue = Electron.ApplicationInfoFor... type AuthenticationResponseDetails (line 15132) | type AuthenticationResponseDetails = Electron.AuthenticationResponseDeta... type AuthInfo (line 15133) | type AuthInfo = Electron.AuthInfo; type AutoResizeOptions (line 15134) | type AutoResizeOptions = Electron.AutoResizeOptions; type BeforeSendResponse (line 15135) | type BeforeSendResponse = Electron.BeforeSendResponse; type BitmapOptions (line 15136) | type BitmapOptions = Electron.BitmapOptions; type BlinkMemoryInfo (line 15137) | type BlinkMemoryInfo = Electron.BlinkMemoryInfo; type BrowserViewConstructorOptions (line 15138) | type BrowserViewConstructorOptions = Electron.BrowserViewConstructorOpti... type BrowserWindowConstructorOptions (line 15139) | type BrowserWindowConstructorOptions = Electron.BrowserWindowConstructor... type CertificateTrustDialogOptions (line 15140) | type CertificateTrustDialogOptions = Electron.CertificateTrustDialogOpti... type ClearStorageDataOptions (line 15141) | type ClearStorageDataOptions = Electron.ClearStorageDataOptions; type ClientRequestConstructorOptions (line 15142) | type ClientRequestConstructorOptions = Electron.ClientRequestConstructor... type Config (line 15143) | type Config = Electron.Config; type ConsoleMessageEvent (line 15144) | type ConsoleMessageEvent = Electron.ConsoleMessageEvent; type ContextMenuParams (line 15145) | type ContextMenuParams = Electron.ContextMenuParams; type CookiesGetFilter (line 15146) | type CookiesGetFilter = Electron.CookiesGetFilter; type CookiesSetDetails (line 15147) | type CookiesSetDetails = Electron.CookiesSetDetails; type CrashReporterStartOptions (line 15148) | type CrashReporterStartOptions = Electron.CrashReporterStartOptions; type CreateFromBitmapOptions (line 15149) | type CreateFromBitmapOptions = Electron.CreateFromBitmapOptions; type CreateFromBufferOptions (line 15150) | type CreateFromBufferOptions = Electron.CreateFromBufferOptions; type CreateInterruptedDownloadOptions (line 15151) | type CreateInterruptedDownloadOptions = Electron.CreateInterruptedDownlo... type Data (line 15152) | type Data = Electron.Data; type Details (line 15153) | type Details = Electron.Details; type DidChangeThemeColorEvent (line 15154) | type DidChangeThemeColorEvent = Electron.DidChangeThemeColorEvent; type DidCreateWindowDetails (line 15155) | type DidCreateWindowDetails = Electron.DidCreateWindowDetails; type DidFailLoadEvent (line 15156) | type DidFailLoadEvent = Electron.DidFailLoadEvent; type DidFrameFinishLoadEvent (line 15157) | type DidFrameFinishLoadEvent = Electron.DidFrameFinishLoadEvent; type DidNavigateEvent (line 15158) | type DidNavigateEvent = Electron.DidNavigateEvent; type DidNavigateInPageEvent (line 15159) | type DidNavigateInPageEvent = Electron.DidNavigateInPageEvent; type DisplayBalloonOptions (line 15160) | type DisplayBalloonOptions = Electron.DisplayBalloonOptions; type EnableNetworkEmulationOptions (line 15161) | type EnableNetworkEmulationOptions = Electron.EnableNetworkEmulationOpti... type FeedURLOptions (line 15162) | type FeedURLOptions = Electron.FeedURLOptions; type FileIconOptions (line 15163) | type FileIconOptions = Electron.FileIconOptions; type Filter (line 15164) | type Filter = Electron.Filter; type FindInPageOptions (line 15165) | type FindInPageOptions = Electron.FindInPageOptions; type FocusOptions (line 15166) | type FocusOptions = Electron.FocusOptions; type FoundInPageEvent (line 15167) | type FoundInPageEvent = Electron.FoundInPageEvent; type FromPartitionOptions (line 15168) | type FromPartitionOptions = Electron.FromPartitionOptions; type HandlerDetails (line 15169) | type HandlerDetails = Electron.HandlerDetails; type HeadersReceivedResponse (line 15170) | type HeadersReceivedResponse = Electron.HeadersReceivedResponse; type HeapStatistics (line 15171) | type HeapStatistics = Electron.HeapStatistics; type IgnoreMouseEventsOptions (line 15172) | type IgnoreMouseEventsOptions = Electron.IgnoreMouseEventsOptions; type ImportCertificateOptions (line 15173) | type ImportCertificateOptions = Electron.ImportCertificateOptions; type Info (line 15174) | type Info = Electron.Info; type Input (line 15175) | type Input = Electron.Input; type InsertCSSOptions (line 15176) | type InsertCSSOptions = Electron.InsertCSSOptions; type IpcMessageEvent (line 15177) | type IpcMessageEvent = Electron.IpcMessageEvent; type Item (line 15178) | type Item = Electron.Item; type JumpListSettings (line 15179) | type JumpListSettings = Electron.JumpListSettings; type LoadCommitEvent (line 15180) | type LoadCommitEvent = Electron.LoadCommitEvent; type LoadExtensionOptions (line 15181) | type LoadExtensionOptions = Electron.LoadExtensionOptions; type LoadFileOptions (line 15182) | type LoadFileOptions = Electron.LoadFileOptions; type LoadURLOptions (line 15183) | type LoadURLOptions = Electron.LoadURLOptions; type LoginItemSettings (line 15184) | type LoginItemSettings = Electron.LoginItemSettings; type LoginItemSettingsOptions (line 15185) | type LoginItemSettingsOptions = Electron.LoginItemSettingsOptions; type MenuItemConstructorOptions (line 15186) | type MenuItemConstructorOptions = Electron.MenuItemConstructorOptions; type MessageBoxOptions (line 15187) | type MessageBoxOptions = Electron.MessageBoxOptions; type MessageBoxReturnValue (line 15188) | type MessageBoxReturnValue = Electron.MessageBoxReturnValue; type MessageBoxSyncOptions (line 15189) | type MessageBoxSyncOptions = Electron.MessageBoxSyncOptions; type MessageDetails (line 15190) | type MessageDetails = Electron.MessageDetails; type MessageEvent (line 15191) | type MessageEvent = Electron.MessageEvent; type MoveToApplicationsFolderOptions (line 15192) | type MoveToApplicationsFolderOptions = Electron.MoveToApplicationsFolder... type NewWindowEvent (line 15193) | type NewWindowEvent = Electron.NewWindowEvent; type NotificationConstructorOptions (line 15194) | type NotificationConstructorOptions = Electron.NotificationConstructorOp... type OnBeforeRedirectListenerDetails (line 15195) | type OnBeforeRedirectListenerDetails = Electron.OnBeforeRedirectListener... type OnBeforeRequestListenerDetails (line 15196) | type OnBeforeRequestListenerDetails = Electron.OnBeforeRequestListenerDe... type OnBeforeSendHeadersListenerDetails (line 15197) | type OnBeforeSendHeadersListenerDetails = Electron.OnBeforeSendHeadersLi... type OnCompletedListenerDetails (line 15198) | type OnCompletedListenerDetails = Electron.OnCompletedListenerDetails; type OnErrorOccurredListenerDetails (line 15199) | type OnErrorOccurredListenerDetails = Electron.OnErrorOccurredListenerDe... type OnHeadersReceivedListenerDetails (line 15200) | type OnHeadersReceivedListenerDetails = Electron.OnHeadersReceivedListen... type OnResponseStartedListenerDetails (line 15201) | type OnResponseStartedListenerDetails = Electron.OnResponseStartedListen... type OnSendHeadersListenerDetails (line 15202) | type OnSendHeadersListenerDetails = Electron.OnSendHeadersListenerDetails; type OpenDevToolsOptions (line 15203) | type OpenDevToolsOptions = Electron.OpenDevToolsOptions; type OpenDialogOptions (line 15204) | type OpenDialogOptions = Electron.OpenDialogOptions; type OpenDialogReturnValue (line 15205) | type OpenDialogReturnValue = Electron.OpenDialogReturnValue; type OpenDialogSyncOptions (line 15206) | type OpenDialogSyncOptions = Electron.OpenDialogSyncOptions; type OpenExternalOptions (line 15207) | type OpenExternalOptions = Electron.OpenExternalOptions; type Options (line 15208) | type Options = Electron.Options; type PageFaviconUpdatedEvent (line 15209) | type PageFaviconUpdatedEvent = Electron.PageFaviconUpdatedEvent; type PageTitleUpdatedEvent (line 15210) | type PageTitleUpdatedEvent = Electron.PageTitleUpdatedEvent; type Parameters (line 15211) | type Parameters = Electron.Parameters; type Payment (line 15212) | type Payment = Electron.Payment; type PermissionCheckHandlerHandlerDetails (line 15213) | type PermissionCheckHandlerHandlerDetails = Electron.PermissionCheckHand... type PermissionRequestHandlerHandlerDetails (line 15214) | type PermissionRequestHandlerHandlerDetails = Electron.PermissionRequest... type PluginCrashedEvent (line 15215) | type PluginCrashedEvent = Electron.PluginCrashedEvent; type PopupOptions (line 15216) | type PopupOptions = Electron.PopupOptions; type PreconnectOptions (line 15217) | type PreconnectOptions = Electron.PreconnectOptions; type PrintToPDFOptions (line 15218) | type PrintToPDFOptions = Electron.PrintToPDFOptions; type Privileges (line 15219) | type Privileges = Electron.Privileges; type ProgressBarOptions (line 15220) | type ProgressBarOptions = Electron.ProgressBarOptions; type Provider (line 15221) | type Provider = Electron.Provider; type ReadBookmark (line 15222) | type ReadBookmark = Electron.ReadBookmark; type RegistrationCompletedDetails (line 15223) | type RegistrationCompletedDetails = Electron.RegistrationCompletedDetails; type RelaunchOptions (line 15224) | type RelaunchOptions = Electron.RelaunchOptions; type RenderProcessGoneDetails (line 15225) | type RenderProcessGoneDetails = Electron.RenderProcessGoneDetails; type Request (line 15226) | type Request = Electron.Request; type ResizeOptions (line 15227) | type ResizeOptions = Electron.ResizeOptions; type ResourceUsage (line 15228) | type ResourceUsage = Electron.ResourceUsage; type Response (line 15229) | type Response = Electron.Response; type Result (line 15230) | type Result = Electron.Result; type SaveDialogOptions (line 15231) | type SaveDialogOptions = Electron.SaveDialogOptions; type SaveDialogReturnValue (line 15232) | type SaveDialogReturnValue = Electron.SaveDialogReturnValue; type SaveDialogSyncOptions (line 15233) | type SaveDialogSyncOptions = Electron.SaveDialogSyncOptions; type Settings (line 15234) | type Settings = Electron.Settings; type SourcesOptions (line 15235) | type SourcesOptions = Electron.SourcesOptions; type SSLConfigConfig (line 15236) | type SSLConfigConfig = Electron.SSLConfigConfig; type StartLoggingOptions (line 15237) | type StartLoggingOptions = Electron.StartLoggingOptions; type SystemMemoryInfo (line 15238) | type SystemMemoryInfo = Electron.SystemMemoryInfo; type TitleOptions (line 15239) | type TitleOptions = Electron.TitleOptions; type ToBitmapOptions (line 15240) | type ToBitmapOptions = Electron.ToBitmapOptions; type ToDataURLOptions (line 15241) | type ToDataURLOptions = Electron.ToDataURLOptions; type ToPNGOptions (line 15242) | type ToPNGOptions = Electron.ToPNGOptions; type TouchBarButtonConstructorOptions (line 15243) | type TouchBarButtonConstructorOptions = Electron.TouchBarButtonConstruct... type TouchBarColorPickerConstructorOptions (line 15244) | type TouchBarColorPickerConstructorOptions = Electron.TouchBarColorPicke... type TouchBarConstructorOptions (line 15245) | type TouchBarConstructorOptions = Electron.TouchBarConstructorOptions; type TouchBarGroupConstructorOptions (line 15246) | type TouchBarGroupConstructorOptions = Electron.TouchBarGroupConstructor... type TouchBarLabelConstructorOptions (line 15247) | type TouchBarLabelConstructorOptions = Electron.TouchBarLabelConstructor... type TouchBarPopoverConstructorOptions (line 15248) | type TouchBarPopoverConstructorOptions = Electron.TouchBarPopoverConstru... type TouchBarScrubberConstructorOptions (line 15249) | type TouchBarScrubberConstructorOptions = Electron.TouchBarScrubberConst... type TouchBarSegmentedControlConstructorOptions (line 15250) | type TouchBarSegmentedControlConstructorOptions = Electron.TouchBarSegme... type TouchBarSliderConstructorOptions (line 15251) | type TouchBarSliderConstructorOptions = Electron.TouchBarSliderConstruct... type TouchBarSpacerConstructorOptions (line 15252) | type TouchBarSpacerConstructorOptions = Electron.TouchBarSpacerConstruct... type TraceBufferUsageReturnValue (line 15253) | type TraceBufferUsageReturnValue = Electron.TraceBufferUsageReturnValue; type UpdateTargetUrlEvent (line 15254) | type UpdateTargetUrlEvent = Electron.UpdateTargetUrlEvent; type UploadProgress (line 15255) | type UploadProgress = Electron.UploadProgress; type VisibleOnAllWorkspacesOptions (line 15256) | type VisibleOnAllWorkspacesOptions = Electron.VisibleOnAllWorkspacesOpti... type WebContentsPrintOptions (line 15257) | type WebContentsPrintOptions = Electron.WebContentsPrintOptions; type WebviewTagPrintOptions (line 15258) | type WebviewTagPrintOptions = Electron.WebviewTagPrintOptions; type WillNavigateEvent (line 15259) | type WillNavigateEvent = Electron.WillNavigateEvent; type EditFlags (line 15260) | type EditFlags = Electron.EditFlags; type FoundInPageResult (line 15261) | type FoundInPageResult = Electron.FoundInPageResult; type LaunchItems (line 15262) | type LaunchItems = Electron.LaunchItems; type Margins (line 15263) | type Margins = Electron.Margins; type MediaFlags (line 15264) | type MediaFlags = Electron.MediaFlags; type PageRanges (line 15265) | type PageRanges = Electron.PageRanges; type WebPreferences (line 15266) | type WebPreferences = Electron.WebPreferences; type DefaultFontFamily (line 15267) | type DefaultFontFamily = Electron.DefaultFontFamily; type BluetoothDevice (line 15268) | type BluetoothDevice = Electron.BluetoothDevice; type Certificate (line 15269) | type Certificate = Electron.Certificate; type CertificatePrincipal (line 15270) | type CertificatePrincipal = Electron.CertificatePrincipal; type Cookie (line 15271) | type Cookie = Electron.Cookie; type CPUUsage (line 15272) | type CPUUsage = Electron.CPUUsage; type CrashReport (line 15273) | type CrashReport = Electron.CrashReport; type CustomScheme (line 15274) | type CustomScheme = Electron.CustomScheme; type DesktopCapturerSource (line 15275) | type DesktopCapturerSource = Electron.DesktopCapturerSource; type Display (line 15276) | type Display = Electron.Display; type Event (line 15277) | type Event = Electron.Event; type Extension (line 15278) | type Extension = Electron.Extension; type ExtensionInfo (line 15279) | type ExtensionInfo = Electron.ExtensionInfo; type FileFilter (line 15280) | type FileFilter = Electron.FileFilter; type FilePathWithHeaders (line 15281) | type FilePathWithHeaders = Electron.FilePathWithHeaders; type GPUFeatureStatus (line 15282) | type GPUFeatureStatus = Electron.GPUFeatureStatus; type InputEvent (line 15283) | type InputEvent = Electron.InputEvent; type IOCounters (line 15284) | type IOCounters = Electron.IOCounters; type IpcMainEvent (line 15285) | type IpcMainEvent = Electron.IpcMainEvent; type IpcMainInvokeEvent (line 15286) | type IpcMainInvokeEvent = Electron.IpcMainInvokeEvent; type IpcRendererEvent (line 15287) | type IpcRendererEvent = Electron.IpcRendererEvent; type JumpListCategory (line 15288) | type JumpListCategory = Electron.JumpListCategory; type JumpListItem (line 15289) | type JumpListItem = Electron.JumpListItem; type KeyboardEvent (line 15290) | type KeyboardEvent = Electron.KeyboardEvent; type KeyboardInputEvent (line 15291) | type KeyboardInputEvent = Electron.KeyboardInputEvent; type MemoryInfo (line 15292) | type MemoryInfo = Electron.MemoryInfo; type MemoryUsageDetails (line 15293) | type MemoryUsageDetails = Electron.MemoryUsageDetails; type MimeTypedBuffer (line 15294) | type MimeTypedBuffer = Electron.MimeTypedBuffer; type MouseInputEvent (line 15295) | type MouseInputEvent = Electron.MouseInputEvent; type MouseWheelInputEvent (line 15296) | type MouseWheelInputEvent = Electron.MouseWheelInputEvent; type NewWindowWebContentsEvent (line 15297) | type NewWindowWebContentsEvent = Electron.NewWindowWebContentsEvent; type NotificationAction (line 15298) | type NotificationAction = Electron.NotificationAction; type NotificationResponse (line 15299) | type NotificationResponse = Electron.NotificationResponse; type Point (line 15300) | type Point = Electron.Point; type PostBody (line 15301) | type PostBody = Electron.PostBody; type PrinterInfo (line 15302) | type PrinterInfo = Electron.PrinterInfo; type ProcessMemoryInfo (line 15303) | type ProcessMemoryInfo = Electron.ProcessMemoryInfo; type ProcessMetric (line 15304) | type ProcessMetric = Electron.ProcessMetric; type Product (line 15305) | type Product = Electron.Product; type ProtocolRequest (line 15306) | type ProtocolRequest = Electron.ProtocolRequest; type ProtocolResponse (line 15307) | type ProtocolResponse = Electron.ProtocolResponse; type ProtocolResponseUploadData (line 15308) | type ProtocolResponseUploadData = Electron.ProtocolResponseUploadData; type Rectangle (line 15309) | type Rectangle = Electron.Rectangle; type Referrer (line 15310) | type Referrer = Electron.Referrer; type ScrubberItem (line 15311) | type ScrubberItem = Electron.ScrubberItem; type SegmentedControlSegment (line 15312) | type SegmentedControlSegment = Electron.SegmentedControlSegment; type SerialPort (line 15313) | type SerialPort = Electron.SerialPort; type ServiceWorkerInfo (line 15314) | type ServiceWorkerInfo = Electron.ServiceWorkerInfo; type SharedWorkerInfo (line 15315) | type SharedWorkerInfo = Electron.SharedWorkerInfo; type SharingItem (line 15316) | type SharingItem = Electron.SharingItem; type ShortcutDetails (line 15317) | type ShortcutDetails = Electron.ShortcutDetails; type Size (line 15318) | type Size = Electron.Size; type Task (line 15319) | type Task = Electron.Task; type ThumbarButton (line 15320) | type ThumbarButton = Electron.ThumbarButton; type TraceCategoriesAndOptions (line 15321) | type TraceCategoriesAndOptions = Electron.TraceCategoriesAndOptions; type TraceConfig (line 15322) | type TraceConfig = Electron.TraceConfig; type Transaction (line 15323) | type Transaction = Electron.Transaction; type UploadData (line 15324) | type UploadData = Electron.UploadData; type UploadFile (line 15325) | type UploadFile = Electron.UploadFile; type UploadRawData (line 15326) | type UploadRawData = Electron.UploadRawData; type WebSource (line 15327) | type WebSource = Electron.WebSource; class BrowserView (line 15333) | class BrowserView extends Electron.BrowserView {} class BrowserWindow (line 15334) | class BrowserWindow extends Electron.BrowserWindow {} class ClientRequest (line 15335) | class ClientRequest extends Electron.ClientRequest {} class CommandLine (line 15336) | class CommandLine extends Electron.CommandLine {} class Cookies (line 15338) | class Cookies extends Electron.Cookies {} class Debugger (line 15339) | class Debugger extends Electron.Debugger {} class Dock (line 15341) | class Dock extends Electron.Dock {} class DownloadItem (line 15342) | class DownloadItem extends Electron.DownloadItem {} class IncomingMessage (line 15345) | class IncomingMessage extends Electron.IncomingMessage {} class Menu (line 15347) | class Menu extends Electron.Menu {} class MenuItem (line 15348) | class MenuItem extends Electron.MenuItem {} class MessageChannelMain (line 15349) | class MessageChannelMain extends Electron.MessageChannelMain {} class MessagePortMain (line 15350) | class MessagePortMain extends Electron.MessagePortMain {} class Notification (line 15354) | class Notification extends Electron.Notification {} class ServiceWorkers (line 15359) | class ServiceWorkers extends Electron.ServiceWorkers {} class Session (line 15360) | class Session extends Electron.Session {} type session (line 15361) | type session = Session; class ShareMenu (line 15363) | class ShareMenu extends Electron.ShareMenu {} class TouchBar (line 15365) | class TouchBar extends Electron.TouchBar {} class TouchBarButton (line 15366) | class TouchBarButton extends Electron.TouchBarButton {} class TouchBarColorPicker (line 15367) | class TouchBarColorPicker extends Electron.TouchBarColorPicker {} class TouchBarGroup (line 15368) | class TouchBarGroup extends Electron.TouchBarGroup {} class TouchBarLabel (line 15369) | class TouchBarLabel extends Electron.TouchBarLabel {} class TouchBarOtherItemsProxy (line 15370) | class TouchBarOtherItemsProxy extends Electron.TouchBarOtherItemsProxy {} class TouchBarPopover (line 15371) | class TouchBarPopover extends Electron.TouchBarPopover {} class TouchBarScrubber (line 15372) | class TouchBarScrubber extends Electron.TouchBarScrubber {} class TouchBarSegmentedControl (line 15373) | class TouchBarSegmentedControl extends Electron.TouchBarSegmentedControl {} class TouchBarSlider (line 15374) | class TouchBarSlider extends Electron.TouchBarSlider {} class TouchBarSpacer (line 15375) | class TouchBarSpacer extends Electron.TouchBarSpacer {} class Tray (line 15376) | class Tray extends Electron.Tray {} class WebContents (line 15377) | class WebContents extends Electron.WebContents {} type webContents (line 15378) | type webContents = WebContents; class WebFrameMain (line 15380) | class WebFrameMain extends Electron.WebFrameMain {} type webFrameMain (line 15381) | type webFrameMain = WebFrameMain; class WebRequest (line 15383) | class WebRequest extends Electron.WebRequest {} type AboutPanelOptionsOptions (line 15384) | type AboutPanelOptionsOptions = Electron.AboutPanelOptionsOptions; type AddRepresentationOptions (line 15385) | type AddRepresentationOptions = Electron.AddRepresentationOptions; type AnimationSettings (line 15386) | type AnimationSettings = Electron.AnimationSettings; type AppDetailsOptions (line 15387) | type AppDetailsOptions = Electron.AppDetailsOptions; type ApplicationInfoForProtocolReturnValue (line 15388) | type ApplicationInfoForProtocolReturnValue = Electron.ApplicationInfoFor... type AuthenticationResponseDetails (line 15389) | type AuthenticationResponseDetails = Electron.AuthenticationResponseDeta... type AuthInfo (line 15390) | type AuthInfo = Electron.AuthInfo; type AutoResizeOptions (line 15391) | type AutoResizeOptions = Electron.AutoResizeOptions; type BeforeSendResponse (line 15392) | type BeforeSendResponse = Electron.BeforeSendResponse; type BitmapOptions (line 15393) | type BitmapOptions = Electron.BitmapOptions; type BlinkMemoryInfo (line 15394) | type BlinkMemoryInfo = Electron.BlinkMemoryInfo; type BrowserViewConstructorOptions (line 15395) | type BrowserViewConstructorOptions = Electron.BrowserViewConstructorOpti... type BrowserWindowConstructorOptions (line 15396) | type BrowserWindowConstructorOptions = Electron.BrowserWindowConstructor... type CertificateTrustDialogOptions (line 15397) | type CertificateTrustDialogOptions = Electron.CertificateTrustDialogOpti... type ClearStorageDataOptions (line 15398) | type ClearStorageDataOptions = Electron.ClearStorageDataOptions; type ClientRequestConstructorOptions (line 15399) | type ClientRequestConstructorOptions = Electron.ClientRequestConstructor... type Config (line 15400) | type Config = Electron.Config; type ConsoleMessageEvent (line 15401) | type ConsoleMessageEvent = Electron.ConsoleMessageEvent; type ContextMenuParams (line 15402) | type ContextMenuParams = Electron.ContextMenuParams; type CookiesGetFilter (line 15403) | type CookiesGetFilter = Electron.CookiesGetFilter; type CookiesSetDetails (line 15404) | type CookiesSetDetails = Electron.CookiesSetDetails; type CrashReporterStartOptions (line 15405) | type CrashReporterStartOptions = Electron.CrashReporterStartOptions; type CreateFromBitmapOptions (line 15406) | type CreateFromBitmapOptions = Electron.CreateFromBitmapOptions; type CreateFromBufferOptions (line 15407) | type CreateFromBufferOptions = Electron.CreateFromBufferOptions; type CreateInterruptedDownloadOptions (line 15408) | type CreateInterruptedDownloadOptions = Electron.CreateInterruptedDownlo... type Data (line 15409) | type Data = Electron.Data; type Details (line 15410) | type Details = Electron.Details; type DidChangeThemeColorEvent (line 15411) | type DidChangeThemeColorEvent = Electron.DidChangeThemeColorEvent; type DidCreateWindowDetails (line 15412) | type DidCreateWindowDetails = Electron.DidCreateWindowDetails; type DidFailLoadEvent (line 15413) | type DidFailLoadEvent = Electron.DidFailLoadEvent; type DidFrameFinishLoadEvent (line 15414) | type DidFrameFinishLoadEvent = Electron.DidFrameFinishLoadEvent; type DidNavigateEvent (line 15415) | type DidNavigateEvent = Electron.DidNavigateEvent; type DidNavigateInPageEvent (line 15416) | type DidNavigateInPageEvent = Electron.DidNavigateInPageEvent; type DisplayBalloonOptions (line 15417) | type DisplayBalloonOptions = Electron.DisplayBalloonOptions; type EnableNetworkEmulationOptions (line 15418) | type EnableNetworkEmulationOptions = Electron.EnableNetworkEmulationOpti... type FeedURLOptions (line 15419) | type FeedURLOptions = Electron.FeedURLOptions; type FileIconOptions (line 15420) | type FileIconOptions = Electron.FileIconOptions; type Filter (line 15421) | type Filter = Electron.Filter; type FindInPageOptions (line 15422) | type FindInPageOptions = Electron.FindInPageOptions; type FocusOptions (line 15423) | type FocusOptions = Electron.FocusOptions; type FoundInPageEvent (line 15424) | type FoundInPageEvent = Electron.FoundInPageEvent; type FromPartitionOptions (line 15425) | type FromPartitionOptions = Electron.FromPartitionOptions; type HandlerDetails (line 15426) | type HandlerDetails = Electron.HandlerDetails; type HeadersReceivedResponse (line 15427) | type HeadersReceivedResponse = Electron.HeadersReceivedResponse; type HeapStatistics (line 15428) | type HeapStatistics = Electron.HeapStatistics; type IgnoreMouseEventsOptions (line 15429) | type IgnoreMouseEventsOptions = Electron.IgnoreMouseEventsOptions; type ImportCertificateOptions (line 15430) | type ImportCertificateOptions = Electron.ImportCertificateOptions; type Info (line 15431) | type Info = Electron.Info; type Input (line 15432) | type Input = Electron.Input; type InsertCSSOptions (line 15433) | type InsertCSSOptions = Electron.InsertCSSOptions; type IpcMessageEvent (line 15434) | type IpcMessageEvent = Electron.IpcMessageEvent; type Item (line 15435) | type Item = Electron.Item; type JumpListSettings (line 15436) | type JumpListSettings = Electron.JumpListSettings; type LoadCommitEvent (line 15437) | type LoadCommitEvent = Electron.LoadCommitEvent; type LoadExtensionOptions (line 15438) | type LoadExtensionOptions = Electron.LoadExtensionOptions; type LoadFileOptions (line 15439) | type LoadFileOptions = Electron.LoadFileOptions; type LoadURLOptions (line 15440) | type LoadURLOptions = Electron.LoadURLOptions; type LoginItemSettings (line 15441) | type LoginItemSettings = Electron.LoginItemSettings; type LoginItemSettingsOptions (line 15442) | type LoginItemSettingsOptions = Electron.LoginItemSettingsOptions; type MenuItemConstructorOptions (line 15443) | type MenuItemConstructorOptions = Electron.MenuItemConstructorOptions; type MessageBoxOptions (line 15444) | type MessageBoxOptions = Electron.MessageBoxOptions; type MessageBoxReturnValue (line 15445) | type MessageBoxReturnValue = Electron.MessageBoxReturnValue; type MessageBoxSyncOptions (line 15446) | type MessageBoxSyncOptions = Electron.MessageBoxSyncOptions; type MessageDetails (line 15447) | type MessageDetails = Electron.MessageDetails; type MessageEvent (line 15448) | type MessageEvent = Electron.MessageEvent; type MoveToApplicationsFolderOptions (line 15449) | type MoveToApplicationsFolderOptions = Electron.MoveToApplicationsFolder... type NewWindowEvent (line 15450) | type NewWindowEvent = Electron.NewWindowEvent; type NotificationConstructorOptions (line 15451) | type NotificationConstructorOptions = Electron.NotificationConstructorOp... type OnBeforeRedirectListenerDetails (line 15452) | type OnBeforeRedirectListenerDetails = Electron.OnBeforeRedirectListener... type OnBeforeRequestListenerDetails (line 15453) | type OnBeforeRequestListenerDetails = Electron.OnBeforeRequestListenerDe... type OnBeforeSendHeadersListenerDetails (line 15454) | type OnBeforeSendHeadersListenerDetails = Electron.OnBeforeSendHeadersLi... type OnCompletedListenerDetails (line 15455) | type OnCompletedListenerDetails = Electron.OnCompletedListenerDetails; type OnErrorOccurredListenerDetails (line 15456) | type OnErrorOccurredListenerDetails = Electron.OnErrorOccurredListenerDe... type OnHeadersReceivedListenerDetails (line 15457) | type OnHeadersReceivedListenerDetails = Electron.OnHeadersReceivedListen... type OnResponseStartedListenerDetails (line 15458) | type OnResponseStartedListenerDetails = Electron.OnResponseStartedListen... type OnSendHeadersListenerDetails (line 15459) | type OnSendHeadersListenerDetails = Electron.OnSendHeadersListenerDetails; type OpenDevToolsOptions (line 15460) | type OpenDevToolsOptions = Electron.OpenDevToolsOptions; type OpenDialogOptions (line 15461) | type OpenDialogOptions = Electron.OpenDialogOptions; type OpenDialogReturnValue (line 15462) | type OpenDialogReturnValue = Electron.OpenDialogReturnValue; type OpenDialogSyncOptions (line 15463) | type OpenDialogSyncOptions = Electron.OpenDialogSyncOptions; type OpenExternalOptions (line 15464) | type OpenExternalOptions = Electron.OpenExternalOptions; type Options (line 15465) | type Options = Electron.Options; type PageFaviconUpdatedEvent (line 15466) | type PageFaviconUpdatedEvent = Electron.PageFaviconUpdatedEvent; type PageTitleUpdatedEvent (line 15467) | type PageTitleUpdatedEvent = Electron.PageTitleUpdatedEvent; type Parameters (line 15468) | type Parameters = Electron.Parameters; type Payment (line 15469) | type Payment = Electron.Payment; type PermissionCheckHandlerHandlerDetails (line 15470) | type PermissionCheckHandlerHandlerDetails = Electron.PermissionCheckHand... type PermissionRequestHandlerHandlerDetails (line 15471) | type PermissionRequestHandlerHandlerDetails = Electron.PermissionRequest... type PluginCrashedEvent (line 15472) | type PluginCrashedEvent = Electron.PluginCrashedEvent; type PopupOptions (line 15473) | type PopupOptions = Electron.PopupOptions; type PreconnectOptions (line 15474) | type PreconnectOptions = Electron.PreconnectOptions; type PrintToPDFOptions (line 15475) | type PrintToPDFOptions = Electron.PrintToPDFOptions; type Privileges (line 15476) | type Privileges = Electron.Privileges; type ProgressBarOptions (line 15477) | type ProgressBarOptions = Electron.ProgressBarOptions; type Provider (line 15478) | type Provider = Electron.Provider; type ReadBookmark (line 15479) | type ReadBookmark = Electron.ReadBookmark; type RegistrationCompletedDetails (line 15480) | type RegistrationCompletedDetails = Electron.RegistrationCompletedDetails; type RelaunchOptions (line 15481) | type RelaunchOptions = Electron.RelaunchOptions; type RenderProcessGoneDetails (line 15482) | type RenderProcessGoneDetails = Electron.RenderProcessGoneDetails; type Request (line 15483) | type Request = Electron.Request; type ResizeOptions (line 15484) | type ResizeOptions = Electron.ResizeOptions; type ResourceUsage (line 15485) | type ResourceUsage = Electron.ResourceUsage; type Response (line 15486) | type Response = Electron.Response; type Result (line 15487) | type Result = Electron.Result; type SaveDialogOptions (line 15488) | type SaveDialogOptions = Electron.SaveDialogOptions; type SaveDialogReturnValue (line 15489) | type SaveDialogReturnValue = Electron.SaveDialogReturnValue; type SaveDialogSyncOptions (line 15490) | type SaveDialogSyncOptions = Electron.SaveDialogSyncOptions; type Settings (line 15491) | type Settings = Electron.Settings; type SourcesOptions (line 15492) | type SourcesOptions = Electron.SourcesOptions; type SSLConfigConfig (line 15493) | type SSLConfigConfig = Electron.SSLConfigConfig; type StartLoggingOptions (line 15494) | type StartLoggingOptions = Electron.StartLoggingOptions; type SystemMemoryInfo (line 15495) | type SystemMemoryInfo = Electron.SystemMemoryInfo; type TitleOptions (line 15496) | type TitleOptions = Electron.TitleOptions; type ToBitmapOptions (line 15497) | type ToBitmapOptions = Electron.ToBitmapOptions; type ToDataURLOptions (line 15498) | type ToDataURLOptions = Electron.ToDataURLOptions; type ToPNGOptions (line 15499) | type ToPNGOptions = Electron.ToPNGOptions; type TouchBarButtonConstructorOptions (line 15500) | type TouchBarButtonConstructorOptions = Electron.TouchBarButtonConstruct... type TouchBarColorPickerConstructorOptions (line 15501) | type TouchBarColorPickerConstructorOptions = Electron.TouchBarColorPicke... type TouchBarConstructorOptions (line 15502) | type TouchBarConstructorOptions = Electron.TouchBarConstructorOptions; type TouchBarGroupConstructorOptions (line 15503) | type TouchBarGroupConstructorOptions = Electron.TouchBarGroupConstructor... type TouchBarLabelConstructorOptions (line 15504) | type TouchBarLabelConstructorOptions = Electron.TouchBarLabelConstructor... type TouchBarPopoverConstructorOptions (line 15505) | type TouchBarPopoverConstructorOptions = Electron.TouchBarPopoverConstru... type TouchBarScrubberConstructorOptions (line 15506) | type TouchBarScrubberConstructorOptions = Electron.TouchBarScrubberConst... type TouchBarSegmentedControlConstructorOptions (line 15507) | type TouchBarSegmentedControlConstructorOptions = Electron.TouchBarSegme... type TouchBarSliderConstructorOptions (line 15508) | type TouchBarSliderConstructorOptions = Electron.TouchBarSliderConstruct... type TouchBarSpacerConstructorOptions (line 15509) | type TouchBarSpacerConstructorOptions = Electron.TouchBarSpacerConstruct... type TraceBufferUsageReturnValue (line 15510) | type TraceBufferUsageReturnValue = Electron.TraceBufferUsageReturnValue; type UpdateTargetUrlEvent (line 15511) | type UpdateTargetUrlEvent = Electron.UpdateTargetUrlEvent; type UploadProgress (line 15512) | type UploadProgress = Electron.UploadProgress; type VisibleOnAllWorkspacesOptions (line 15513) | type VisibleOnAllWorkspacesOptions = Electron.VisibleOnAllWorkspacesOpti... type WebContentsPrintOptions (line 15514) | type WebContentsPrintOptions = Electron.WebContentsPrintOptions; type WebviewTagPrintOptions (line 15515) | type WebviewTagPrintOptions = Electron.WebviewTagPrintOptions; type WillNavigateEvent (line 15516) | type WillNavigateEvent = Electron.WillNavigateEvent; type EditFlags (line 15517) | type EditFlags = Electron.EditFlags; type FoundInPageResult (line 15518) | type FoundInPageResult = Electron.FoundInPageResult; type LaunchItems (line 15519) | type LaunchItems = Electron.LaunchItems; type Margins (line 15520) | type Margins = Electron.Margins; type MediaFlags (line 15521) | type MediaFlags = Electron.MediaFlags; type PageRanges (line 15522) | type PageRanges = Electron.PageRanges; type WebPreferences (line 15523) | type WebPreferences = Electron.WebPreferences; type DefaultFontFamily (line 15524) | type DefaultFontFamily = Electron.DefaultFontFamily; type BluetoothDevice (line 15525) | type BluetoothDevice = Electron.BluetoothDevice; type Certificate (line 15526) | type Certificate = Electron.Certificate; type CertificatePrincipal (line 15527) | type CertificatePrincipal = Electron.CertificatePrincipal; type Cookie (line 15528) | type Cookie = Electron.Cookie; type CPUUsage (line 15529) | type CPUUsage = Electron.CPUUsage; type CrashReport (line 15530) | type CrashReport = Electron.CrashReport; type CustomScheme (line 15531) | type CustomScheme = Electron.CustomScheme; type DesktopCapturerSource (line 15532) | type DesktopCapturerSource = Electron.DesktopCapturerSource; type Display (line 15533) | type Display = Electron.Display; type Event (line 15534) | type Event = Electron.Event; type Extension (line 15535) | type Extension = Electron.Extension; type ExtensionInfo (line 15536) | type ExtensionInfo = Electron.ExtensionInfo; type FileFilter (line 15537) | type FileFilter = Electron.FileFilter; type FilePathWithHeaders (line 15538) | type FilePathWithHeaders = Electron.FilePathWithHeaders; type GPUFeatureStatus (line 15539) | type GPUFeatureStatus = Electron.GPUFeatureStatus; type InputEvent (line 15540) | type InputEvent = Electron.InputEvent; type IOCounters (line 15541) | type IOCounters = Electron.IOCounters; type IpcMainEvent (line 15542) | type IpcMainEvent = Electron.IpcMainEvent; type IpcMainInvokeEvent (line 15543) | type IpcMainInvokeEvent = Electron.IpcMainInvokeEvent; type IpcRendererEvent (line 15544) | type IpcRendererEvent = Electron.IpcRendererEvent; type JumpListCategory (line 15545) | type JumpListCategory = Electron.JumpListCategory; type JumpListItem (line 15546) | type JumpListItem = Electron.JumpListItem; type KeyboardEvent (line 15547) | type KeyboardEvent = Electron.KeyboardEvent; type KeyboardInputEvent (line 15548) | type KeyboardInputEvent = Electron.KeyboardInputEvent; type MemoryInfo (line 15549) | type MemoryInfo = Electron.MemoryInfo; type MemoryUsageDetails (line 15550) | type MemoryUsageDetails = Electron.MemoryUsageDetails; type MimeTypedBuffer (line 15551) | type MimeTypedBuffer = Electron.MimeTypedBuffer; type MouseInputEvent (line 15552) | type MouseInputEvent = Electron.MouseInputEvent; type MouseWheelInputEvent (line 15553) | type MouseWheelInputEvent = Electron.MouseWheelInputEvent; type NewWindowWebContentsEvent (line 15554) | type NewWindowWebContentsEvent = Electron.NewWindowWebContentsEvent; type NotificationAction (line 15555) | type NotificationAction = Electron.NotificationAction; type NotificationResponse (line 15556) | type NotificationResponse = Electron.NotificationResponse; type Point (line 15557) | type Point = Electron.Point; type PostBody (line 15558) | type PostBody = Electron.PostBody; type PrinterInfo (line 15559) | type PrinterInfo = Electron.PrinterInfo; type ProcessMemoryInfo (line 15560) | type ProcessMemoryInfo = Electron.ProcessMemoryInfo; type ProcessMetric (line 15561) | type ProcessMetric = Electron.ProcessMetric; type Product (line 15562) | type Product = Electron.Product; type ProtocolRequest (line 15563) | type ProtocolRequest = Electron.ProtocolRequest; type ProtocolResponse (line 15564) | type ProtocolResponse = Electron.ProtocolResponse; type ProtocolResponseUploadData (line 15565) | type ProtocolResponseUploadData = Electron.ProtocolResponseUploadData; type Rectangle (line 15566) | type Rectangle = Electron.Rectangle; type Referrer (line 15567) | type Referrer = Electron.Referrer; type ScrubberItem (line 15568) | type ScrubberItem = Electron.ScrubberItem; type SegmentedControlSegment (line 15569) | type SegmentedControlSegment = Electron.SegmentedControlSegment; type SerialPort (line 15570) | type SerialPort = Electron.SerialPort; type ServiceWorkerInfo (line 15571) | type ServiceWorkerInfo = Electron.ServiceWorkerInfo; type SharedWorkerInfo (line 15572) | type SharedWorkerInfo = Electron.SharedWorkerInfo; type SharingItem (line 15573) | type SharingItem = Electron.SharingItem; type ShortcutDetails (line 15574) | type ShortcutDetails = Electron.ShortcutDetails; type Size (line 15575) | type Size = Electron.Size; type Task (line 15576) | type Task = Electron.Task; type ThumbarButton (line 15577) | type ThumbarButton = Electron.ThumbarButton; type TraceCategoriesAndOptions (line 15578) | type TraceCategoriesAndOptions = Electron.TraceCategoriesAndOptions; type TraceConfig (line 15579) | type TraceConfig = Electron.TraceConfig; type Transaction (line 15580) | type Transaction = Electron.Transaction; type UploadData (line 15581) | type UploadData = Electron.UploadData; type UploadFile (line 15582) | type UploadFile = Electron.UploadFile; type UploadRawData (line 15583) | type UploadRawData = Electron.UploadRawData; type WebSource (line 15584) | type WebSource = Electron.WebSource; class BrowserWindowProxy (line 15588) | class BrowserWindowProxy extends Electron.BrowserWindowProxy {} type AboutPanelOptionsOptions (line 15594) | type AboutPanelOptionsOptions = Electron.AboutPanelOptionsOptions; type AddRepresentationOptions (line 15595) | type AddRepresentationOptions = Electron.AddRepresentationOptions; type AnimationSettings (line 15596) | type AnimationSettings = Electron.AnimationSettings; type AppDetailsOptions (line 15597) | type AppDetailsOptions = Electron.AppDetailsOptions; type ApplicationInfoForProtocolReturnValue (line 15598) | type ApplicationInfoForProtocolReturnValue = Electron.ApplicationInfoFor... type AuthenticationResponseDetails (line 15599) | type AuthenticationResponseDetails = Electron.AuthenticationResponseDeta... type AuthInfo (line 15600) | type AuthInfo = Electron.AuthInfo; type AutoResizeOptions (line 15601) | type AutoResizeOptions = Electron.AutoResizeOptions; type BeforeSendResponse (line 15602) | type BeforeSendResponse = Electron.BeforeSendResponse; type BitmapOptions (line 15603) | type BitmapOptions = Electron.BitmapOptions; type BlinkMemoryInfo (line 15604) | type BlinkMemoryInfo = Electron.BlinkMemoryInfo; type BrowserViewConstructorOptions (line 15605) | type BrowserViewConstructorOptions = Electron.BrowserViewConstructorOpti... type BrowserWindowConstructorOptions (line 15606) | type BrowserWindowConstructorOptions = Electron.BrowserWindowConstructor... type CertificateTrustDialogOptions (line 15607) | type CertificateTrustDialogOptions = Electron.CertificateTrustDialogOpti... type ClearStorageDataOptions (line 15608) | type ClearStorageDataOptions = Electron.ClearStorageDataOptions; type ClientRequestConstructorOptions (line 15609) | type ClientRequestConstructorOptions = Electron.ClientRequestConstructor... type Config (line 15610) | type Config = Electron.Config; type ConsoleMessageEvent (line 15611) | type ConsoleMessageEvent = Electron.ConsoleMessageEvent; type ContextMenuParams (line 15612) | type ContextMenuParams = Electron.ContextMenuParams; type CookiesGetFilter (line 15613) | type CookiesGetFilter = Electron.CookiesGetFilter; type CookiesSetDetails (line 15614) | type CookiesSetDetails = Electron.CookiesSetDetails; type CrashReporterStartOptions (line 15615) | type CrashReporterStartOptions = Electron.CrashReporterStartOptions; type CreateFromBitmapOptions (line 15616) | type CreateFromBitmapOptions = Electron.CreateFromBitmapOptions; type CreateFromBufferOptions (line 15617) | type CreateFromBufferOptions = Electron.CreateFromBufferOptions; type CreateInterruptedDownloadOptions (line 15618) | type CreateInterruptedDownloadOptions = Electron.CreateInterruptedDownlo... type Data (line 15619) | type Data = Electron.Data; type Details (line 15620) | type Details = Electron.Details; type DidChangeThemeColorEvent (line 15621) | type DidChangeThemeColorEvent = Electron.DidChangeThemeColorEvent; type DidCreateWindowDetails (line 15622) | type DidCreateWindowDetails = Electron.DidCreateWindowDetails; type DidFailLoadEvent (line 15623) | type DidFailLoadEvent = Electron.DidFailLoadEvent; type DidFrameFinishLoadEvent (line 15624) | type DidFrameFinishLoadEvent = Electron.DidFrameFinishLoadEvent; type DidNavigateEvent (line 15625) | type DidNavigateEvent = Electron.DidNavigateEvent; type DidNavigateInPageEvent (line 15626) | type DidNavigateInPageEvent = Electron.DidNavigateInPageEvent; type DisplayBalloonOptions (line 15627) | type DisplayBalloonOptions = Electron.DisplayBalloonOptions; type EnableNetworkEmulationOptions (line 15628) | type EnableNetworkEmulationOptions = Electron.EnableNetworkEmulationOpti... type FeedURLOptions (line 15629) | type FeedURLOptions = Electron.FeedURLOptions; type FileIconOptions (line 15630) | type FileIconOptions = Electron.FileIconOptions; type Filter (line 15631) | type Filter = Electron.Filter; type FindInPageOptions (line 15632) | type FindInPageOptions = Electron.FindInPageOptions; type FocusOptions (line 15633) | type FocusOptions = Electron.FocusOptions; type FoundInPageEvent (line 15634) | type FoundInPageEvent = Electron.FoundInPageEvent; type FromPartitionOptions (line 15635) | type FromPartitionOptions = Electron.FromPartitionOptions; type HandlerDetails (line 15636) | type HandlerDetails = Electron.HandlerDetails; type HeadersReceivedResponse (line 15637) | type HeadersReceivedResponse = Electron.HeadersReceivedResponse; type HeapStatistics (line 15638) | type HeapStatistics = Electron.HeapStatistics; type IgnoreMouseEventsOptions (line 15639) | type IgnoreMouseEventsOptions = Electron.IgnoreMouseEventsOptions; type ImportCertificateOptions (line 15640) | type ImportCertificateOptions = Electron.ImportCertificateOptions; type Info (line 15641) | type Info = Electron.Info; type Input (line 15642) | type Input = Electron.Input; type InsertCSSOptions (line 15643) | type InsertCSSOptions = Electron.InsertCSSOptions; type IpcMessageEvent (line 15644) | type IpcMessageEvent = Electron.IpcMessageEvent; type Item (line 15645) | type Item = Electron.Item; type JumpListSettings (line 15646) | type JumpListSettings = Electron.JumpListSettings; type LoadCommitEvent (line 15647) | type LoadCommitEvent = Electron.LoadCommitEvent; type LoadExtensionOptions (line 15648) | type LoadExtensionOptions = Electron.LoadExtensionOptions; type LoadFileOptions (line 15649) | type LoadFileOptions = Electron.LoadFileOptions; type LoadURLOptions (line 15650) | type LoadURLOptions = Electron.LoadURLOptions; type LoginItemSettings (line 15651) | type LoginItemSettings = Electron.LoginItemSettings; type LoginItemSettingsOptions (line 15652) | type LoginItemSettingsOptions = Electron.LoginItemSettingsOptions; type MenuItemConstructorOptions (line 15653) | type MenuItemConstructorOptions = Electron.MenuItemConstructorOptions; type MessageBoxOptions (line 15654) | type MessageBoxOptions = Electron.MessageBoxOptions; type MessageBoxReturnValue (line 15655) | type MessageBoxReturnValue = Electron.MessageBoxReturnValue; type MessageBoxSyncOptions (line 15656) | type MessageBoxSyncOptions = Electron.MessageBoxSyncOptions; type MessageDetails (line 15657) | type MessageDetails = Electron.MessageDetails; type MessageEvent (line 15658) | type MessageEvent = Electron.MessageEvent; type MoveToApplicationsFolderOptions (line 15659) | type MoveToApplicationsFolderOptions = Electron.MoveToApplicationsFolder... type NewWindowEvent (line 15660) | type NewWindowEvent = Electron.NewWindowEvent; type NotificationConstructorOptions (line 15661) | type NotificationConstructorOptions = Electron.NotificationConstructorOp... type OnBeforeRedirectListenerDetails (line 15662) | type OnBeforeRedirectListenerDetails = Electron.OnBeforeRedirectListener... type OnBeforeRequestListenerDetails (line 15663) | type OnBeforeRequestListenerDetails = Electron.OnBeforeRequestListenerDe... type OnBeforeSendHeadersListenerDetails (line 15664) | type OnBeforeSendHeadersListenerDetails = Electron.OnBeforeSendHeadersLi... type OnCompletedListenerDetails (line 15665) | type OnCompletedListenerDetails = Electron.OnCompletedListenerDetails; type OnErrorOccurredListenerDetails (line 15666) | type OnErrorOccurredListenerDetails = Electron.OnErrorOccurredListenerDe... type OnHeadersReceivedListenerDetails (line 15667) | type OnHeadersReceivedListenerDetails = Electron.OnHeadersReceivedListen... type OnResponseStartedListenerDetails (line 15668) | type OnResponseStartedListenerDetails = Electron.OnResponseStartedListen... type OnSendHeadersListenerDetails (line 15669) | type OnSendHeadersListenerDetails = Electron.OnSendHeadersListenerDetails; type OpenDevToolsOptions (line 15670) | type OpenDevToolsOptions = Electron.OpenDevToolsOptions; type OpenDialogOptions (line 15671) | type OpenDialogOptions = Electron.OpenDialogOptions; type OpenDialogReturnValue (line 15672) | type OpenDialogReturnValue = Electron.OpenDialogReturnValue; type OpenDialogSyncOptions (line 15673) | type OpenDialogSyncOptions = Electron.OpenDialogSyncOptions; type OpenExternalOptions (line 15674) | type OpenExternalOptions = Electron.OpenExternalOptions; type Options (line 15675) | type Options = Electron.Options; type PageFaviconUpdatedEvent (line 15676) | type PageFaviconUpdatedEvent = Electron.PageFaviconUpdatedEvent; type PageTitleUpdatedEvent (line 15677) | type PageTitleUpdatedEvent = Electron.PageTitleUpdatedEvent; type Parameters (line 15678) | type Parameters = Electron.Parameters; type Payment (line 15679) | type Payment = Electron.Payment; type PermissionCheckHandlerHandlerDetails (line 15680) | type PermissionCheckHandlerHandlerDetails = Electron.PermissionCheckHand... type PermissionRequestHandlerHandlerDetails (line 15681) | type PermissionRequestHandlerHandlerDetails = Electron.PermissionRequest... type PluginCrashedEvent (line 15682) | type PluginCrashedEvent = Electron.PluginCrashedEvent; type PopupOptions (line 15683) | type PopupOptions = Electron.PopupOptions; type PreconnectOptions (line 15684) | type PreconnectOptions = Electron.PreconnectOptions; type PrintToPDFOptions (line 15685) | type PrintToPDFOptions = Electron.PrintToPDFOptions; type Privileges (line 15686) | type Privileges = Electron.Privileges; type ProgressBarOptions (line 15687) | type ProgressBarOptions = Electron.ProgressBarOptions; type Provider (line 15688) | type Provider = Electron.Provider; type ReadBookmark (line 15689) | type ReadBookmark = Electron.ReadBookmark; type RegistrationCompletedDetails (line 15690) | type RegistrationCompletedDetails = Electron.RegistrationCompletedDetails; type RelaunchOptions (line 15691) | type RelaunchOptions = Electron.RelaunchOptions; type RenderProcessGoneDetails (line 15692) | type RenderProcessGoneDetails = Electron.RenderProcessGoneDetails; type Request (line 15693) | type Request = Electron.Request; type ResizeOptions (line 15694) | type ResizeOptions = Electron.ResizeOptions; type ResourceUsage (line 15695) | type ResourceUsage = Electron.ResourceUsage; type Response (line 15696) | type Response = Electron.Response; type Result (line 15697) | type Result = Electron.Result; type SaveDialogOptions (line 15698) | type SaveDialogOptions = Electron.SaveDialogOptions; type SaveDialogReturnValue (line 15699) | type SaveDialogReturnValue = Electron.SaveDialogReturnValue; type SaveDialogSyncOptions (line 15700) | type SaveDialogSyncOptions = Electron.SaveDialogSyncOptions; type Settings (line 15701) | type Settings = Electron.Settings; type SourcesOptions (line 15702) | type SourcesOptions = Electron.SourcesOptions; type SSLConfigConfig (line 15703) | type SSLConfigConfig = Electron.SSLConfigConfig; type StartLoggingOptions (line 15704) | type StartLoggingOptions = Electron.StartLoggingOptions; type SystemMemoryInfo (line 15705) | type SystemMemoryInfo = Electron.SystemMemoryInfo; type TitleOptions (line 15706) | type TitleOptions = Electron.TitleOptions; type ToBitmapOptions (line 15707) | type ToBitmapOptions = Electron.ToBitmapOptions; type ToDataURLOptions (line 15708) | type ToDataURLOptions = Electron.ToDataURLOptions; type ToPNGOptions (line 15709) | type ToPNGOptions = Electron.ToPNGOptions; type TouchBarButtonConstructorOptions (line 15710) | type TouchBarButtonConstructorOptions = Electron.TouchBarButtonConstruct... type TouchBarColorPickerConstructorOptions (line 15711) | type TouchBarColorPickerConstructorOptions = Electron.TouchBarColorPicke... type TouchBarConstructorOptions (line 15712) | type TouchBarConstructorOptions = Electron.TouchBarConstructorOptions; type TouchBarGroupConstructorOptions (line 15713) | type TouchBarGroupConstructorOptions = Electron.TouchBarGroupConstructor... type TouchBarLabelConstructorOptions (line 15714) | type TouchBarLabelConstructorOptions = Electron.TouchBarLabelConstructor... type TouchBarPopoverConstructorOptions (line 15715) | type TouchBarPopoverConstructorOptions = Electron.TouchBarPopoverConstru... type TouchBarScrubberConstructorOptions (line 15716) | type TouchBarScrubberConstructorOptions = Electron.TouchBarScrubberConst... type TouchBarSegmentedControlConstructorOptions (line 15717) | type TouchBarSegmentedControlConstructorOptions = Electron.TouchBarSegme... type TouchBarSliderConstructorOptions (line 15718) | type TouchBarSliderConstructorOptions = Electron.TouchBarSliderConstruct... type TouchBarSpacerConstructorOptions (line 15719) | type TouchBarSpacerConstructorOptions = Electron.TouchBarSpacerConstruct... type TraceBufferUsageReturnValue (line 15720) | type TraceBufferUsageReturnValue = Electron.TraceBufferUsageReturnValue; type UpdateTargetUrlEvent (line 15721) | type UpdateTargetUrlEvent = Electron.UpdateTargetUrlEvent; type UploadProgress (line 15722) | type UploadProgress = Electron.UploadProgress; type VisibleOnAllWorkspacesOptions (line 15723) | type VisibleOnAllWorkspacesOptions = Electron.VisibleOnAllWorkspacesOpti... type WebContentsPrintOptions (line 15724) | type WebContentsPrintOptions = Electron.WebContentsPrintOptions; type WebviewTagPrintOptions (line 15725) | type WebviewTagPrintOptions = Electron.WebviewTagPrintOptions; type WillNavigateEvent (line 15726) | type WillNavigateEvent = Electron.WillNavigateEvent; type EditFlags (line 15727) | type EditFlags = Electron.EditFlags; type FoundInPageResult (line 15728) | type FoundInPageResult = Electron.FoundInPageResult; type LaunchItems (line 15729) | type LaunchItems = Electron.LaunchItems; type Margins (line 15730) | type Margins = Electron.Margins; type MediaFlags (line 15731) | type MediaFlags = Electron.MediaFlags; type PageRanges (line 15732) | type PageRanges = Electron.PageRanges; type WebPreferences (line 15733) | type WebPreferences = Electron.WebPreferences; type DefaultFontFamily (line 15734) | type DefaultFontFamily = Electron.DefaultFontFamily; type BluetoothDevice (line 15735) | type BluetoothDevice = Electron.BluetoothDevice; type Certificate (line 15736) | type Certificate = Electron.Certificate; type CertificatePrincipal (line 15737) | type CertificatePrincipal = Electron.CertificatePrincipal; type Cookie (line 15738) | type Cookie = Electron.Cookie; type CPUUsage (line 15739) | type CPUUsage = Electron.CPUUsage; type CrashReport (line 15740) | type CrashReport = Electron.CrashReport; type CustomScheme (line 15741) | type CustomScheme = Electron.CustomScheme; type DesktopCapturerSource (line 15742) | type DesktopCapturerSource = Electron.DesktopCapturerSource; type Display (line 15743) | type Display = Electron.Display; type Event (line 15744) | type Event = Electron.Event; type Extension (line 15745) | type Extension = Electron.Extension; type ExtensionInfo (line 15746) | type ExtensionInfo = Electron.ExtensionInfo; type FileFilter (line 15747) | type FileFilter = Electron.FileFilter; type FilePathWithHeaders (line 15748) | type FilePathWithHeaders = Electron.FilePathWithHeaders; type GPUFeatureStatus (line 15749) | type GPUFeatureStatus = Electron.GPUFeatureStatus; type InputEvent (line 15750) | type InputEvent = Electron.InputEvent; type IOCounters (line 15751) | type IOCounters = Electron.IOCounters; type IpcMainEvent (line 15752) | type IpcMainEvent = Electron.IpcMainEvent; type IpcMainInvokeEvent (line 15753) | type IpcMainInvokeEvent = Electron.IpcMainInvokeEvent; type IpcRendererEvent (line 15754) | type IpcRendererEvent = Electron.IpcRendererEvent; type JumpListCategory (line 15755) | type JumpListCategory = Electron.JumpListCategory; type JumpListItem (line 15756) | type JumpListItem = Electron.JumpListItem; type KeyboardEvent (line 15757) | type KeyboardEvent = Electron.KeyboardEvent; type KeyboardInputEvent (line 15758) | type KeyboardInputEvent = Electron.KeyboardInputEvent; type MemoryInfo (line 15759) | type MemoryInfo = Electron.MemoryInfo; type MemoryUsageDetails (line 15760) | type MemoryUsageDetails = Electron.MemoryUsageDetails; type MimeTypedBuffer (line 15761) | type MimeTypedBuffer = Electron.MimeTypedBuffer; type MouseInputEvent (line 15762) | type MouseInputEvent = Electron.MouseInputEvent; type MouseWheelInputEvent (line 15763) | type MouseWheelInputEvent = Electron.MouseWheelInputEvent; type NewWindowWebContentsEvent (line 15764) | type NewWindowWebContentsEvent = Electron.NewWindowWebContentsEvent; type NotificationAction (line 15765) | type NotificationAction = Electron.NotificationAction; type NotificationResponse (line 15766) | type NotificationResponse = Electron.NotificationResponse; type Point (line 15767) | type Point = Electron.Point; type PostBody (line 15768) | type PostBody = Electron.PostBody; type PrinterInfo (line 15769) | type PrinterInfo = Electron.PrinterInfo; type ProcessMemoryInfo (line 15770) | type ProcessMemoryInfo = Electron.ProcessMemoryInfo; type ProcessMetric (line 15771) | type ProcessMetric = Electron.ProcessMetric; type Product (line 15772) | type Product = Electron.Product; type ProtocolRequest (line 15773) | type ProtocolRequest = Electron.ProtocolRequest; type ProtocolResponse (line 15774) | type ProtocolResponse = Electron.ProtocolResponse; type ProtocolResponseUploadData (line 15775) | type ProtocolResponseUploadData = Electron.ProtocolResponseUploadData; type Rectangle (line 15776) | type Rectangle = Electron.Rectangle; type Referrer (line 15777) | type Referrer = Electron.Referrer; type ScrubberItem (line 15778) | type ScrubberItem = Electron.ScrubberItem; type SegmentedControlSegment (line 15779) | type SegmentedControlSegment = Electron.SegmentedControlSegment; type SerialPort (line 15780) | type SerialPort = Electron.SerialPort; type ServiceWorkerInfo (line 15781) | type ServiceWorkerInfo = Electron.ServiceWorkerInfo; type SharedWorkerInfo (line 15782) | type SharedWorkerInfo = Electron.SharedWorkerInfo; type SharingItem (line 15783) | type SharingItem = Electron.SharingItem; type ShortcutDetails (line 15784) | type ShortcutDetails = Electron.ShortcutDetails; type Size (line 15785) | type Size = Electron.Size; type Task (line 15786) | type Task = Electron.Task; type ThumbarButton (line 15787) | type ThumbarButton = Electron.ThumbarButton; type TraceCategoriesAndOptions (line 15788) | type TraceCategoriesAndOptions = Electron.TraceCategoriesAndOptions; type TraceConfig (line 15789) | type TraceConfig = Electron.TraceConfig; type Transaction (line 15790) | type Transaction = Electron.Transaction; type UploadData (line 15791) | type UploadData = Electron.UploadData; type UploadFile (line 15792) | type UploadFile = Electron.UploadFile; type UploadRawData (line 15793) | type UploadRawData = Electron.UploadRawData; type WebSource (line 15794) | type WebSource = Electron.WebSource; type nativeImage (line 15809) | type nativeImage = NativeImage; type session (line 15819) | type session = Session; type webContents (line 15823) | type webContents = WebContents; type webFrameMain (line 15826) | type webFrameMain = WebFrameMain; type NodeRequireFunction (line 15848) | interface NodeRequireFunction { type NodeRequire (line 15855) | interface NodeRequire { type File (line 15862) | interface File { type Document (line 15874) | interface Document { type Process (line 15879) | interface Process extends NodeJS.EventEmitter { type ProcessVersions (line 16086) | interface ProcessVersions { FILE: extensions/textmeshpro-tool/@types/extension.d.ts type PackageInfo (line 5) | interface PackageInfo { type PackageJson (line 16) | interface PackageJson { type PanelInfo (line 35) | interface PanelInfo { type UIPanelInfo (line 48) | interface UIPanelInfo extends PanelInfo { type EditorElementBase (line 53) | interface EditorElementBase extends HTMLElement { FILE: extensions/textmeshpro-tool/@types/message.d.ts type EditorMessageContent (line 9) | interface EditorMessageContent { type EditorMessageMap (line 14) | interface EditorMessageMap { type EditorMessageMaps (line 18) | interface EditorMessageMaps { FILE: extensions/textmeshpro-tool/@types/packages/alipay-mini-game/@types/index.d.ts type IOrientation (line 6) | type IOrientation = 'landscape' | 'portrait'; type ITaskOption (line 8) | interface ITaskOption extends IInternalBuildOptions { FILE: extensions/textmeshpro-tool/@types/packages/android/@types/index.d.ts type IOrientation (line 7) | type IOrientation = 'landscape' | 'portrait'; type ITaskOption (line 9) | interface ITaskOption extends IInternalBuildOptions { type IAppABI (line 16) | type IAppABI = 'armeabi-v7a' | 'arm64-v8a' | 'x86' | 'x86_64'; type IOptions (line 18) | interface IOptions { type IBuildResult (line 51) | interface IBuildResult extends InternalBuildResult { type ICertificateSetting (line 55) | interface ICertificateSetting { FILE: extensions/textmeshpro-tool/@types/packages/asset-db/@types/message.d.ts type message (line 3) | interface message extends EditorMessageMap { FILE: extensions/textmeshpro-tool/@types/packages/asset-db/@types/public.d.ts type AssetInfo (line 3) | interface AssetInfo { type IRedirectInfo (line 47) | interface IRedirectInfo { type QueryAssetsOption (line 54) | interface QueryAssetsOption { type AssetOperationOption (line 63) | interface AssetOperationOption { type AssetDBOptions (line 70) | interface AssetDBOptions { type ContributionInfo (line 87) | interface ContributionInfo { type ExecuteAssetDBScriptMethodOptions (line 96) | interface ExecuteAssetDBScriptMethodOptions { type IAssetMeta (line 102) | interface IAssetMeta { FILE: extensions/textmeshpro-tool/@types/packages/assets/@types/public.d.ts type SearchMenuItem (line 7) | interface SearchMenuItem { type SearchExtension (line 22) | interface SearchExtension { FILE: extensions/textmeshpro-tool/@types/packages/baidu-mini-game/@types/index.d.ts type IOrientation (line 6) | type IOrientation = 'auto' | 'landscape' | 'portrait'; type IOptions (line 8) | interface IOptions { type ITaskOption (line 14) | interface ITaskOption extends IInternalBuildOptions { FILE: extensions/textmeshpro-tool/@types/packages/builder/@types/public/build-plugin.d.ts type IBuildPluginConfig (line 5) | interface IBuildPluginConfig { type IVerificationFunc (line 12) | type IVerificationFunc = (val: any, ...arg: any[]) => boolean | Promise<... type IInternalVerificationFunc (line 13) | type IInternalVerificationFunc = (val: any, ...arg: any[]) => boolean; type IVerificationRuleMap (line 15) | type IVerificationRuleMap = Record; type IVerificationRule (line 17) | interface IVerificationRule { type IInternalVerificationRule (line 21) | interface IInternalVerificationRule { type ITextureFormatConfig (line 26) | interface ITextureFormatConfig { type IDisplayOptions (line 33) | type IDisplayOptions = Record; type ArrayItem (line 35) | type ArrayItem = { type IConfigItem (line 40) | interface IConfigItem { type IBuildPlugin (line 63) | interface IBuildPlugin { type IBaseHooks (line 69) | type IBaseHooks = (options: IBuildTaskOption, result: IBuildResult) => P... type IBuildStageHooks (line 70) | type IBuildStageHooks = (root: string, options: IBuildTaskOption) => Pro... type Configs (line 73) | type Configs = Record; type AssetHandlers (line 74) | type AssetHandlers = string; type load (line 75) | type load = () => Promise | void; type Unload (line 76) | type Unload = () => Promise | void; type throwError (line 80) | type throwError = boolean; type title (line 81) | type title = string; type onError (line 83) | type onError = IBaseHooks; type onBeforeBuild (line 85) | type onBeforeBuild = IBaseHooks; type onBeforeCompressSettings (line 86) | type onBeforeCompressSettings = IBaseHooks; type onAfterCompressSettings (line 87) | type onAfterCompressSettings = IBaseHooks; type onAfterBuild (line 88) | type onAfterBuild = IBaseHooks; type onAfterMake (line 90) | type onAfterMake = IBuildStageHooks; type onBeforeMake (line 91) | type onBeforeMake = IBuildStageHooks; type load (line 93) | type load = () => Promise | void; type unload (line 94) | type unload = () => Promise | void; type compressTextures (line 98) | type compressTextures = ( FILE: extensions/textmeshpro-tool/@types/packages/builder/@types/public/build-result.d.ts type ISettings (line 24) | interface ISettings { type IOutputSettings (line 63) | interface IOutputSettings { type IVec3Like (line 116) | interface IVec3Like { type ICollisionMatrix (line 122) | interface ICollisionMatrix { type IPhysicsMaterial (line 126) | interface IPhysicsMaterial { type IPhysicsConfig (line 133) | interface IPhysicsConfig { type IPackageInfo (line 146) | interface IPackageInfo { type ISettingsDesignResolution (line 152) | interface ISettingsDesignResolution { type IAssetPathBase (line 158) | interface IAssetPathBase { type IRawAssetPathInfo (line 163) | interface IRawAssetPathInfo extends IAssetPathBase { type IAssetPathInfo (line 166) | interface IAssetPathInfo extends IAssetPathBase { type IJsonPathInfo (line 172) | interface IJsonPathInfo extends IAssetPathBase { type IBuildPaths (line 177) | interface IBuildPaths { class IBuildResult (line 192) | class IBuildResult { type IBundleConfig (line 226) | interface IBundleConfig { FILE: extensions/textmeshpro-tool/@types/packages/builder/@types/public/index.d.ts type IAppendRes (line 8) | interface IAppendRes { type ICreateBundleOptions (line 13) | interface ICreateBundleOptions { type IBuildUtils (line 19) | interface IBuildUtils { type IBuild (line 85) | interface IBuild { FILE: extensions/textmeshpro-tool/@types/packages/builder/@types/public/message.d.ts type message (line 3) | interface message extends EditorMessageMap { FILE: extensions/textmeshpro-tool/@types/packages/builder/@types/public/options.d.ts type IConsoleType (line 3) | type IConsoleType = 'log' | 'warn' | 'error' | 'debug'; type IBuildTaskOption (line 8) | interface IBuildTaskOption { type UUID (line 69) | type UUID = string; type ISplashSetting (line 71) | interface ISplashSetting { type ICustomJointTextureLayout (line 81) | interface ICustomJointTextureLayout { type IChunkContent (line 86) | interface IChunkContent { type IBuildDesignResolution (line 94) | interface IBuildDesignResolution { type IBuildSceneItem (line 104) | interface IBuildSceneItem { type IPolyFills (line 110) | interface IPolyFills { type Platform (line 128) | type Platform = type BundleCompressionType (line 161) | type BundleCompressionType = 'none' | 'merge_dep' | 'merge_all_json' | '... type IModules (line 162) | type IModules = 'esm' | 'commonjs' | 'systemjs'; type ITransformOptions (line 164) | interface ITransformOptions { type ITaskState (line 169) | type ITaskState = 'waiting' | 'success' | 'failure' | 'cancel' | 'proces... type ITaskItemJSON (line 171) | interface ITaskItemJSON{ type IBuildTaskItemJSON (line 179) | interface IBuildTaskItemJSON extends ITaskItemJSON { type IOrientation (line 187) | type IOrientation = 'auto' | 'landscape' | 'portrait'; FILE: extensions/textmeshpro-tool/@types/packages/builder/@types/public/texture-compress.d.ts type ITextureCompressType (line 1) | type ITextureCompressType = type ITextureCompressPlatform (line 23) | type ITextureCompressPlatform = 'miniGame' | 'web' | 'ios' | 'android'; type IHandlerInfo (line 25) | interface IHandlerInfo { type ICustomConfig (line 31) | interface ICustomConfig { type ICommandInfo (line 40) | interface ICommandInfo { type ITextureFormatInfo (line 46) | interface ITextureFormatInfo { type ISupportFormat (line 56) | interface ISupportFormat { type IConfigGroupsInfo (line 60) | interface IConfigGroupsInfo { type IConfigGroups (line 66) | type IConfigGroups = Record; type IPVRQuality (line 68) | type IPVRQuality = 'fastest' | 'fast' | 'normal' | 'high' | 'best'; type IETCQuality (line 69) | type IETCQuality = 'slow' | 'fast'; type IASTCQuality (line 70) | type IASTCQuality = 'veryfast' | 'fast' | 'medium' | 'thorough' | 'exhau... FILE: extensions/textmeshpro-tool/@types/packages/bytedance-mini-game/@types/index.d.ts type IOrientation (line 7) | type IOrientation = 'auto' | 'landscape' | 'portrait'; type IOptions (line 9) | interface IOptions { type ITaskOption (line 22) | interface ITaskOption extends IInternalBuildOptions { FILE: extensions/textmeshpro-tool/@types/packages/cocos-play/@types/index.d.ts type IOrientation (line 6) | type IOrientation = 'landscape' | 'portrait'; type PlatformSettings (line 8) | interface PlatformSettings { type ITaskOption (line 24) | interface ITaskOption extends IInternalBuildOptions { FILE: extensions/textmeshpro-tool/@types/packages/console/@types/pritate.d.ts type logType (line 2) | type logType = 'log' | 'warn' | 'error'; type IMessageItem (line 3) | interface IMessageItem { type INewItem (line 20) | interface INewItem { type ILogCounter (line 25) | type ILogCounter = Record; type IConsoleExtension (line 27) | type IConsoleExtension = { FILE: extensions/textmeshpro-tool/@types/packages/engine-extends/@types/glTF.d.ts type GlTfId (line 1) | type GlTfId = number; type AccessorSparseIndices (line 5) | interface AccessorSparseIndices { type AccessorSparseValues (line 25) | interface AccessorSparseValues { type AccessorSparse (line 41) | interface AccessorSparse { type Accessor (line 61) | interface Accessor { type AnimationChannelTarget (line 106) | interface AnimationChannelTarget { type AnimationChannel (line 122) | interface AnimationChannel { type AnimationSampler (line 138) | interface AnimationSampler { type Animation (line 158) | interface Animation { type Asset (line 175) | interface Asset { type Buffer (line 199) | interface Buffer { type BufferView (line 216) | interface BufferView { type CameraOrthographic (line 245) | interface CameraOrthographic { type CameraPerspective (line 269) | interface CameraPerspective { type Camera (line 293) | interface Camera { type Image (line 314) | interface Image { type TextureInfo (line 335) | interface TextureInfo { type MaterialPbrMetallicRoughness (line 351) | interface MaterialPbrMetallicRoughness { type MaterialNormalTextureInfo (line 376) | interface MaterialNormalTextureInfo { type MaterialOcclusionTextureInfo (line 387) | interface MaterialOcclusionTextureInfo { type Material (line 401) | interface Material { type MeshPrimitive (line 442) | interface MeshPrimitive { type Mesh (line 474) | interface Mesh { type Node (line 491) | interface Node { type Sampler (line 536) | interface Sampler { type Scene (line 561) | interface Scene { type Skin (line 574) | interface Skin { type Texture (line 595) | interface Texture { type GlTf (line 612) | interface GlTf { FILE: extensions/textmeshpro-tool/@types/packages/engine-extends/@types/gltf-validator.d.ts type ExternalResourceFunction (line 17) | type ExternalResourceFunction = (uri: string) => Promise; type ValidationOptions (line 19) | interface ValidationOptions { type Resource (line 53) | interface Resource { type Report (line 60) | interface Report { type Severity (line 102) | const enum Severity { FILE: extensions/textmeshpro-tool/@types/packages/engine-extends/@types/i18n-well-defined.d.ts type I18NWellDefinedDictionary (line 5) | interface I18NWellDefinedDictionary { FILE: extensions/textmeshpro-tool/@types/packages/engine-extends/@types/third-parts.d.ts class TGA (line 2) | class TGA { class PSD (line 13) | class PSD { type DecoderModuleOptions (line 28) | interface DecoderModuleOptions { type DecoderModule (line 33) | interface DecoderModule { class DecoderBuffer (line 46) | class DecoderBuffer { class Decoder (line 50) | class Decoder { class Status (line 80) | class Status { type GeometryType (line 85) | enum GeometryType { class Mesh (line 93) | class Mesh { class PointCloud (line 101) | class PointCloud { type Geometry (line 107) | type Geometry = Mesh | PointCloud; type AttributeType (line 109) | enum AttributeType { class Attribute (line 118) | class Attribute { class DracoInt8Array (line 123) | class DracoInt8Array { class DracoInt16Array (line 128) | class DracoInt16Array { class DracoInt32Array (line 133) | class DracoInt32Array { class DracoUInt8Array (line 138) | class DracoUInt8Array { class DracoUInt16Array (line 143) | class DracoUInt16Array { class DracoUInt32Array (line 148) | class DracoUInt32Array { class DracoFloat32Array (line 153) | class DracoFloat32Array { FILE: extensions/textmeshpro-tool/@types/packages/engine/@types/index.d.ts type EngineInfo (line 2) | interface EngineInfo { FILE: extensions/textmeshpro-tool/@types/packages/engine/@types/message.d.ts type message (line 2) | interface message extends EditorMessageMap { FILE: extensions/textmeshpro-tool/@types/packages/engine/@types/module.d.ts type IModules (line 2) | type IModules = Record; type IFlagBaseItem (line 4) | interface IFlagBaseItem { type IBaseItem (line 22) | interface IBaseItem { type IModuleItem (line 40) | interface IModuleItem extends IBaseItem { type IDisplayModuleItem (line 68) | interface IDisplayModuleItem extends IModuleItem { type IDisplayModuleCache (line 74) | interface IDisplayModuleCache { FILE: extensions/textmeshpro-tool/@types/packages/huawei-agc/@types/index.d.ts type IOrientation (line 7) | type IOrientation = 'landscape' | 'portrait'; type ITaskOption (line 9) | interface ITaskOption extends IInternalBuildOptions { type IAppABI (line 15) | type IAppABI = 'armeabi-v7a' | 'arm64-v8a' | 'x86' | 'x86_64'; type IOptions (line 17) | interface IOptions { type IBuildResult (line 48) | interface IBuildResult extends InternalBuildResult { FILE: extensions/textmeshpro-tool/@types/packages/huawei-quick-game/@types/index.d.ts type IOrientation (line 5) | type IOrientation = 'landscape' | 'portrait'; type ITaskOption (line 7) | interface ITaskOption extends IInternalBuildOptions { type IOptions (line 13) | interface IOptions { type ICompileOptions (line 30) | interface ICompileOptions { FILE: extensions/textmeshpro-tool/@types/packages/ios/@types/index.d.ts type IOrientation (line 6) | type IOrientation = 'landscape' | 'portrait'; type ITaskOption (line 8) | interface ITaskOption extends IInternalBuildOptions { type IBuildResult (line 17) | interface IBuildResult extends InternalBuildResult { type IOptions (line 21) | interface IOptions { FILE: extensions/textmeshpro-tool/@types/packages/linux/@types/index.d.ts type ITaskOption (line 5) | interface ITaskOption extends IInternalBuildOptions { type IOptions (line 12) | interface IOptions { FILE: extensions/textmeshpro-tool/@types/packages/localization-editor/@types/gettext-parser/index.d.ts type GetTextComment (line 7) | interface GetTextComment { type GetTextTranslation (line 15) | interface GetTextTranslation { type GetTextTranslations (line 23) | interface GetTextTranslations { type PoParser (line 29) | interface PoParser { type MoParser (line 35) | interface MoParser { FILE: extensions/textmeshpro-tool/@types/packages/localization-editor/@types/globals.d.ts type Window (line 30) | interface Window { type Document (line 54) | interface Document { type HTMLElement (line 60) | interface HTMLElement { type CompareFunction (line 65) | type CompareFunction = (a: T, b: T) => number; type RecursivePartial (line 67) | type RecursivePartial = { type TypedArray (line 73) | type TypedArray = Uint8Array | Uint8ClampedArray | Int8Array | Uint16Arr... type TypedArrayConstructor (line 76) | type TypedArrayConstructor = Uint8ArrayConstructor | Uint8ClampedArrayCo... type IWritableArrayLike (line 80) | interface IWritableArrayLike { type Constructor (line 85) | type Constructor = new (...args: any[]) => T; type AbstractedConstructor (line 87) | type AbstractedConstructor = abstract new (...args: any[]) ... type AnyFunction (line 94) | type AnyFunction = Function; type Mutable (line 96) | type Mutable = { -readonly [P in keyof T]: T[P] }; type Getter (line 98) | type Getter = () => any; type Setter (line 100) | type Setter = (value: any) => void; type EnumAlias (line 104) | type EnumAlias = EnumT[keyof EnumT]; FILE: extensions/textmeshpro-tool/@types/packages/localization-editor/@types/index.d.ts type CCENodeEventMap (line 1) | interface CCENodeEventMap { type CCEComponentEventMap (line 7) | interface CCEComponentEventMap { class CCENodeManager (line 12) | class CCENodeManager extends EventEmitter { class CCEComponentManager (line 16) | class CCEComponentManager extends EventEmitter { type CCE (line 21) | type CCE = { type UnPromise (line 30) | type UnPromise = T extends Promise ? R : T; type UUID (line 31) | type UUID = string; type Dump (line 32) | type Dump = { value: Record; type IShortcutEditInfo (line 14) | interface IShortcutEditInfo { FILE: extensions/textmeshpro-tool/@types/packages/vivo-mini-game/@types/index.d.ts type IOrientation (line 5) | type IOrientation = 'landscape' | 'portrait'; type ITaskOption (line 7) | interface ITaskOption extends IInternalBuildOptions { type IOptions (line 13) | interface IOptions { type ICompileOptions (line 27) | interface ICompileOptions { FILE: extensions/textmeshpro-tool/@types/packages/web-desktop/@types/index.d.ts type IOptions (line 6) | interface IOptions { type ITaskOption (line 12) | interface ITaskOption extends IInternalBuildOptions { FILE: extensions/textmeshpro-tool/@types/packages/web-mobile/@types/index.d.ts type IOrientation (line 6) | type IOrientation = 'auto' | 'landscape' | 'portrait'; type IOptions (line 7) | interface IOptions { type ITaskOption (line 11) | interface ITaskOption extends IInternalBuildOptions { FILE: extensions/textmeshpro-tool/@types/packages/wechatgame/@types/index.d.ts type IOrientation (line 7) | type IOrientation = 'auto' | 'landscape' | 'portrait'; type IOptions (line 9) | interface IOptions { type ITaskOption (line 18) | interface ITaskOption extends IInternalBuildOptions { type IModules (line 25) | type IModules = Record; type IFlagBaseItem (line 27) | interface IFlagBaseItem { type IBaseItem (line 44) | interface IBaseItem { type IModuleItem (line 62) | interface IModuleItem extends IBaseItem { type IDisplayModuleItem (line 90) | interface IDisplayModuleItem extends IModuleItem { type IDisplayModuleCache (line 96) | interface IDisplayModuleCache { FILE: extensions/textmeshpro-tool/@types/packages/windows/@types/index.d.ts type IOrientation (line 7) | type IOrientation = 'landscape' | 'portrait'; type ITaskOption (line 9) | interface ITaskOption extends IInternalBuildOptions { type IOptions (line 16) | interface IOptions { type IBuildResult (line 27) | interface IBuildResult extends InternalBuildResult { FILE: extensions/textmeshpro-tool/@types/packages/xiaomi-quick-game/@types/index.d.ts type IOrientation (line 5) | type IOrientation = 'landscape' | 'portrait'; type ITaskOption (line 7) | interface ITaskOption extends IInternalBuildOptions { type IOptions (line 13) | interface IOptions { type ICompileOption (line 28) | interface ICompileOption { FILE: extensions/textmeshpro-tool/dist/main.js constant EXAMPLE_PATH (line 14) | const EXAMPLE_PATH = `${__dirname}/../textMeshPro`; constant CONFIG_PATH (line 15) | const CONFIG_PATH = `${__dirname}/config.json`; constant TEMP_PATH (line 16) | const TEMP_PATH = `${__dirname}/temp`; constant TEMP_HIERO_PATH (line 17) | const TEMP_HIERO_PATH = `${__dirname}/temp/hieroConfig.hiero`; function isFileExist (line 33) | function isFileExist(path) { function readConfig (line 40) | async function readConfig() { function writeConfig (line 55) | function writeConfig() { function exportFont (line 66) | function exportFont() { method importExample (line 99) | importExample() { method openPanel (line 135) | openPanel() { method onPanelInit (line 138) | onPanelInit() { method onChangeConfig (line 141) | onChangeConfig(key, value) { method onClickBtnSave (line 144) | onClickBtnSave(arg) { method onClickBtnExport (line 150) | onClickBtnExport() { function load (line 158) | function load() { function unload (line 166) | function unload() { } FILE: extensions/textmeshpro-tool/dist/panels/default/index.js method show (line 28) | show() { console.log('show'); } method hide (line 29) | hide() { console.log('hide'); } method refreshConfig (line 53) | refreshConfig(arg) { method ready (line 85) | ready() { method beforeClose (line 174) | beforeClose() { } method close (line 175) | close() { } FILE: extensions/textmeshpro-tool/dist/utils.js class Utils (line 4) | class Utils { method writeHiero (line 5) | static writeHiero(hieroPath, config) { method parse (line 53) | static parse(fontPath) { FILE: extensions/textmeshpro-tool/src/main.ts constant EXAMPLE_PATH (line 10) | const EXAMPLE_PATH = `${__dirname}/../textMeshPro`; constant CONFIG_PATH (line 11) | const CONFIG_PATH = `${__dirname}/config.json`; constant TEMP_PATH (line 12) | const TEMP_PATH = `${__dirname}/temp`; constant TEMP_HIERO_PATH (line 13) | const TEMP_HIERO_PATH = `${__dirname}/temp/hieroConfig.hiero`; function isFileExist (line 34) | function isFileExist(path: string) { function readConfig (line 42) | async function readConfig() { function writeConfig (line 57) | function writeConfig() { function exportFont (line 68) | function exportFont() { method importExample (line 103) | importExample() { method openPanel (line 139) | openPanel() { method onPanelInit (line 143) | onPanelInit() { method onChangeConfig (line 147) | onChangeConfig(key: string, value: string | number) { method onClickBtnSave (line 151) | onClickBtnSave(arg) { method onClickBtnExport (line 158) | onClickBtnExport() { function load (line 167) | function load() { function unload (line 175) | function unload() { } FILE: extensions/textmeshpro-tool/src/panels/default/index.ts method show (line 32) | show() { console.log('show'); } method hide (line 33) | hide() { console.log('hide'); } method refreshConfig (line 61) | refreshConfig(arg: any) { method ready (line 95) | ready() { method beforeClose (line 186) | beforeClose() { } method close (line 187) | close() { } FILE: extensions/textmeshpro-tool/src/utils.ts class Utils (line 3) | class Utils { method writeHiero (line 4) | public static writeHiero(hieroPath: string, config: any) { method parse (line 52) | public static parse(fontPath: string) { FILE: extensions/textmeshpro-tool/textMeshPro/scripts/Example1.ts class Example1 (line 8) | class Example1 extends Component { method start (line 19) | protected start(): void { method update (line 31) | protected update(dt: number): void { method anim1 (line 39) | private async anim1(): Promise { method anim2 (line 81) | private anim2(): void { method anim3 (line 99) | private async anim3(): Promise { FILE: extensions/textmeshpro-tool/textMeshPro/scripts/TextMeshPro.ts type TmpOverflow (line 20) | enum TmpOverflow { class TmpUniform (line 32) | class TmpUniform { method faceColor (line 36) | public get faceColor(): Color { return this._faceColor; } method faceColor (line 37) | public set faceColor(v: Color) { method faceDilate (line 47) | public get faceDilate(): number { return this._faceDilate; } method faceDilate (line 48) | public set faceDilate(v: number) { method faceSoftness (line 58) | public get faceSoftness(): number { return this._faceSoftness; } method faceSoftness (line 59) | public set faceSoftness(v: number) { method enableOutline (line 69) | public get enableOutline(): boolean { return this._enableOutline; } method enableOutline (line 70) | public set enableOutline(v: boolean) { method visible (line 82) | visible() { return this._enableOutline; } method outlineColor (line 84) | public get outlineColor(): Color { return this._outlineColor; } method outlineColor (line 85) | public set outlineColor(v: Color) { method visible (line 97) | visible() { return this._enableOutline; } method outlineThickness (line 99) | public get outlineThickness(): number { return this._outlineThickness; } method outlineThickness (line 100) | public set outlineThickness(v: number) { method enableUnderlay (line 110) | public get enableUnderlay(): boolean { return this._enableUnderlay; } method enableUnderlay (line 111) | public set enableUnderlay(v: boolean) { method visible (line 123) | visible() { return this._enableUnderlay; } method underlayColor (line 125) | public get underlayColor(): Color { return this._underlayColor; } method underlayColor (line 126) | public set underlayColor(v: Color) { method visible (line 139) | visible() { return this._enableUnderlay; } method underlayOffset (line 141) | public get underlayOffset(): Vec2 { return this._underlayOffset; } method underlayOffset (line 142) | public set underlayOffset(v: Vec2) { method visible (line 154) | visible() { return this._enableUnderlay; } method underlayDilate (line 156) | public get underlayDilate(): number { return this._underlayDilate; } method underlayDilate (line 157) | public set underlayDilate(v: number) { method visible (line 169) | visible() { return this._enableUnderlay; } method underlaySoftness (line 171) | public get underlaySoftness(): number { return this._underlaySoftness; } method underlaySoftness (line 172) | public set underlaySoftness(v: number) { method enableGlow (line 182) | public get enableGlow(): boolean { return this._enableGlow; } method enableGlow (line 183) | public set enableGlow(v: boolean) { method visible (line 195) | visible() { return this._enableGlow; } method glowColor (line 197) | public get glowColor(): Color { return this._glowColor; } method glowColor (line 198) | public set glowColor(v: Color) { method visible (line 210) | visible() { return this._enableGlow; } method glowOffset (line 212) | public get glowOffset(): number { return this._glowOffset; } method glowOffset (line 213) | public set glowOffset(v: number) { method visible (line 225) | visible() { return this._enableGlow; } method glowInner (line 227) | public get glowInner(): number { return this._glowInner; } method glowInner (line 228) | public set glowInner(v: number) { method visible (line 240) | visible() { return this._enableGlow; } method glowOuter (line 242) | public get glowOuter(): number { return this._glowOuter; } method glowOuter (line 243) | public set glowOuter(v: number) { method visible (line 255) | visible() { return this._enableGlow; } method glowPower (line 257) | public get glowPower(): number { return this._glowPower; } method glowPower (line 258) | public set glowPower(v: number) { method comp (line 266) | public get comp(): TextMeshPro { return this._comp; } method init (line 268) | public init(text: TextMeshPro) { class TextMeshPro (line 281) | class TextMeshPro extends UIRenderer { method string (line 286) | public get string(): string { return this._string; } method string (line 287) | public set string(v: string) { method font (line 296) | private get font(): JsonAsset { return this._font; } method font (line 297) | private set font(v: JsonAsset) { method horizontalAlign (line 314) | public get horizontalAlign(): HorizontalTextAlignment { return this._h... method horizontalAlign (line 315) | public set horizontalAlign(v: HorizontalTextAlignment) { method verticalAlign (line 324) | public get verticalAlign(): VerticalTextAlignment { return this._verti... method verticalAlign (line 325) | public set verticalAlign(v: VerticalTextAlignment) { method visible (line 333) | visible() { return this._overflow === TmpOverflow.SHRINK; } method actualFontSize (line 334) | public get actualFontSize(): number { return this._actualFontSize; } method bmfontOriginalSize (line 337) | public get bmfontOriginalSize(): number { return this.font ? this.font... method fontSize (line 342) | public get fontSize(): number { return this._fontSize; } method fontSize (line 343) | public set fontSize(v: number) { method lineHeight (line 352) | public get lineHeight(): number { return this._lineHeight; } method lineHeight (line 353) | public set lineHeight(v: number) { method spacingX (line 362) | public get spacingX(): number { return this._spacingX; } method spacingX (line 363) | public set spacingX(v: number) { method overflow (line 372) | public get overflow(): TmpOverflow { return this._overflow; } method overflow (line 373) | public set overflow(v: TmpOverflow) { method visible (line 383) | visible() { method enableWrapText (line 387) | public get enableWrapText(): boolean { return this._enableWrapText; } method enableWrapText (line 388) | public set enableWrapText(v: boolean) { method enableItalic (line 397) | public get enableItalic(): boolean { return this._enableItalic; } method enableItalic (line 398) | public set enableItalic(v: boolean) { method enableUnderline (line 407) | public get enableUnderline(): boolean { return this._enableUnderline; } method enableUnderline (line 408) | public set enableUnderline(v: boolean) { method visible (line 418) | visible() { return this._enableUnderline; } method underlineOffset (line 420) | public get underlineOffset(): number { return this._underlineOffset; } method underlineOffset (line 421) | public set underlineOffset(v: number) { method enableStrikethrough (line 430) | public get enableStrikethrough(): boolean { return this._enableStriket... method enableStrikethrough (line 431) | public set enableStrikethrough(v: boolean) { method visible (line 441) | visible() { return this._enableStrikethrough; } method strikethroughOffset (line 443) | public get strikethroughOffset(): number { return this._strikethroughO... method strikethroughOffset (line 444) | public set strikethroughOffset(v: number) { method colorGradient (line 453) | public get colorGradient(): boolean { return this._colorGradient; } method colorGradient (line 454) | public set colorGradient(v: boolean) { method visible (line 464) | visible() { return this._colorGradient; } method colorLB (line 466) | public get colorLB(): Color { return this._colorLB; } method colorLB (line 467) | public set colorLB(v: Color) { method visible (line 477) | visible() { return this._colorGradient; } method colorRB (line 479) | public get colorRB(): Color { return this._colorRB; } method colorRB (line 480) | public set colorRB(v: Color) { method visible (line 490) | visible() { return this._colorGradient; } method colorLT (line 492) | public get colorLT(): Color { return this._colorLT; } method colorLT (line 493) | public set colorLT(v: Color) { method visible (line 503) | visible() { return this._colorGradient; } method colorRT (line 505) | public get colorRT(): Color { return this._colorRT; } method colorRT (line 506) | public set colorRT(v: Color) { method fontConfig (line 520) | public get fontConfig(): TmpFontConfig { return this._fontConfig; } method lettersInfo (line 524) | public get lettersInfo(): TmpLetterInfo[] { return this._lettersInfo; } method richTextDeltaX (line 531) | public get richTextDeltaX(): number { return this._richTextDeltaX; } method editorInit (line 533) | private editorInit(): void { method resetInEditor (line 570) | public resetInEditor(): void { method onLoad (line 580) | public onLoad(): void { method onEnable (line 591) | public onEnable(): void { method lateUpdate (line 596) | public lateUpdate(dt: number): void { method requestRenderData (line 608) | public requestRenderData(drawInfoType = 0) { method updateRenderData (line 615) | public updateRenderData(force: boolean = false) { method _render (line 628) | protected _render(render: any) { method commitComp (line 636) | private commitComp(render: any, comp: TextMeshPro, renderData: BaseRen... method _updateColor (line 719) | protected _updateColor() { method setEntityColor (line 724) | public setEntityColor(color: Color) { method _canRender (line 730) | protected _canRender() { method _flushAssembler (line 742) | protected _flushAssembler() { method _applyFontTexture (line 759) | private _applyFontTexture(): void { method changeMaterialForDefine (line 772) | protected changeMaterialForDefine() { method updateMaterial (line 780) | protected updateMaterial(): void { method _updateTmpMatTexture (line 798) | private _updateTmpMatTexture(material: renderer.MaterialInstance): void { method updateTmpMatFace (line 815) | public updateTmpMatFace(material: renderer.MaterialInstance): void { method updateTmpMatOutline (line 824) | public updateTmpMatOutline(material: renderer.MaterialInstance): void { method updateTmpMatUnderlay (line 837) | public updateTmpMatUnderlay(material: renderer.MaterialInstance): void { method updateTmpMatGlow (line 853) | public updateTmpMatGlow(material: renderer.MaterialInstance): void { method forceUpdateRenderData (line 872) | public forceUpdateRenderData(): void { method setFont (line 879) | public setFont(font: JsonAsset, textures: Texture2D[]): void { method isVisible (line 896) | public isVisible(index: number): boolean { method setVisible (line 904) | public setVisible(index: number, visible: boolean): void { method getColorExtraVertices (line 912) | public getColorExtraVertices(index: number): [Color, Color, Color, Col... method setColorExtraVertices (line 920) | public setColorExtraVertices(index: number, data: [Color, Color, Color... method getPosVertices (line 928) | public getPosVertices(index: number): [Vec3, Vec3, Vec3, Vec3] | null { method setPosVertices (line 936) | public setPosVertices(index: number, data: [Vec3, Vec3, Vec3, Vec3]): ... FILE: extensions/textmeshpro-tool/textMeshPro/scripts/TmpRichText.ts constant BASELINE_RATIO (line 13) | const BASELINE_RATIO = 0.26; type ISegment (line 15) | interface ISegment { function createSegment (line 46) | function createSegment(type: string): ISegment { function getSegmentByPool (line 59) | function getSegmentByPool(type: string, content: string | SpriteFrame, m... class TmpRichText (line 106) | class TmpRichText extends Component { method string (line 111) | public get string(): string { return this._string; } method string (line 112) | public set string(v: string) { method font (line 122) | private get font(): JsonAsset { return this._font; } method font (line 123) | private set font(v: JsonAsset) { method horizontalAlign (line 137) | public get horizontalAlign(): HorizontalTextAlignment { return this._h... method horizontalAlign (line 138) | public set horizontalAlign(v: HorizontalTextAlignment) { method verticalAlign (line 148) | public get verticalAlign(): VerticalTextAlignment { return this._verti... method verticalAlign (line 149) | public set verticalAlign(v: VerticalTextAlignment) { method fontSize (line 159) | public get fontSize(): number { return this._fontSize; } method fontSize (line 160) | public set fontSize(v: number) { method maxWidth (line 170) | public get maxWidth(): number { return this._maxWidth; } method maxWidth (line 171) | public set maxWidth(v: number) { method lineHeight (line 181) | public get lineHeight(): number { return this._lineHeight; } method lineHeight (line 182) | public set lineHeight(v: number) { method imageAtlas (line 192) | public get imageAtlas(): SpriteAtlas { return this._imageAtlas; } method imageAtlas (line 193) | public set imageAtlas(v: SpriteAtlas) { method handleTouchEvent (line 203) | public get handleTouchEvent(): boolean { return this._handleTouchEvent; } method handleTouchEvent (line 204) | public set handleTouchEvent(v: boolean) { method labelContent (line 231) | private get labelContent(): Node { method imageContent (line 242) | private get imageContent(): Node { method editorInit (line 252) | private editorInit(): void { method resetInEditor (line 282) | public resetInEditor(): void { method onRestore (line 292) | public onRestore(): void { method onEnable (line 305) | public onEnable(): void { method onDisable (line 313) | public onDisable(): void { method onLoad (line 320) | public onLoad() { method onDestroy (line 324) | public onDestroy(): void { method start (line 338) | public start() { method _addEventListeners (line 343) | private _addEventListeners(): void { method _removeEventListeners (line 347) | private _removeEventListeners(): void { method _updateLabelSegmentTextAttributes (line 351) | private _updateLabelSegmentTextAttributes(): void { method _createFontLabel (line 357) | private _createFontLabel(str: string): ISegment { method _createImage (line 361) | protected _createImage(spriteFrame: SpriteFrame): ISegment { method _onFontLoaded (line 365) | private _onFontLoaded(): void { method SplitLongStringApproximatelyIn2048 (line 370) | protected SplitLongStringApproximatelyIn2048(text: string, styleIndex:... method splitLongStringOver2048 (line 400) | protected splitLongStringOver2048(text: string, styleIndex: number, li... method _measureText (line 541) | private _measureText(styleIndex: number, string?: string): number | ((... method _calculateSize (line 553) | protected _calculateSize(styleIndex: number, s: string) { method _onTouchEnded (line 568) | private _onTouchEnded(event: EventTouch): void { method _containsTouchLocation (line 586) | protected _containsTouchLocation(label: ISegment, point: Vec2) { method _resetContent (line 596) | private _resetContent(node: Node): void { method _resetState (line 626) | private _resetState(): void { method _activateChildren (line 640) | private _activateChildren(active: boolean): void { method _addLabelSegment (line 651) | private _addLabelSegment(stringToken: string, styleIndex: number): ISe... method _updateRichTextWithMaxWidth (line 681) | private _updateRichTextWithMaxWidth(labelString, labelWidth, styleInde... method _isLastComponentCR (line 726) | private _isLastComponentCR(stringToken: string): boolean { method _updateLineInfo (line 730) | private _updateLineInfo(): void { method _needsUpdateTextLayout (line 736) | private _needsUpdateTextLayout(newTextArray): boolean { method _addRichTextImageElement (line 782) | private _addRichTextImageElement(richTextElement): void { method _updateRichText (line 859) | protected _updateRichText(): void { method _getFirstWordLen (line 951) | private _getFirstWordLen(text, startIndex, textLen): number { method _updateRichTextPosition (line 970) | private _updateRichTextPosition(): void { method _convertLiteralColorValue (line 1060) | private _convertLiteralColorValue(color: string): Color { method _applyTextAttribute (line 1082) | private _applyTextAttribute(labelSeg: ISegment): void { method _applyLayer (line 1172) | protected _applyLayer(): void { FILE: extensions/textmeshpro-tool/textMeshPro/scripts/utils/HtmlParser.ts type IHtmlTextParserResultObj (line 4) | interface IHtmlTextParserResultObj { type IHtmlTextParserStack (line 9) | interface IHtmlTextParserStack { class HtmlTextParser (line 35) | class HtmlTextParser { method constructor (line 40) | constructor() { method parse (line 49) | public parse(htmlString: string) { method _attributeToObject (line 91) | private _attributeToObject(attribute: string) { method getRightQuotationIndex (line 478) | private getRightQuotationIndex(remainingArgument: string) { method _processEventHandler (line 498) | private _processEventHandler(eventString: string) { method _addToStack (line 545) | private _addToStack(attribute: string) { method _processResult (line 565) | private _processResult(value: string) { method _escapeSpecialSymbol (line 578) | private _escapeSpecialSymbol(str: string) { FILE: extensions/textmeshpro-tool/textMeshPro/scripts/utils/TmpAssembler.ts constant WHITE (line 11) | const WHITE = Color.WHITE; constant ITALIC_REDIANS (line 13) | const ITALIC_REDIANS = misc.degreesToRadians(15); constant UNDERLINE_CODE (line 15) | const UNDERLINE_CODE = 95; constant ELLIPSIS_CODE (line 17) | const ELLIPSIS_CODE = 46; constant ELLIPSIS_CHAR (line 18) | const ELLIPSIS_CHAR = "."; constant ELLIPSIS_NUM (line 19) | const ELLIPSIS_NUM = 3; constant QUAD_INDICES (line 65) | let QUAD_INDICES; class TmpLetterInfo (line 79) | class TmpLetterInfo { class TmpAssembler (line 96) | class TmpAssembler { method createData (line 106) | static createData(comp: TextMeshPro) { method fillBuffers (line 110) | static fillBuffers(comp: TextMeshPro, renderer: any) { method updateRenderData (line 157) | public static updateRenderData(comp: TextMeshPro): void { method updateColor (line 190) | static updateColor(comp: TextMeshPro) { method updateUVs (line 213) | static updateUVs(comp: TextMeshPro) { method updateTextureIdx (line 227) | static updateTextureIdx(comp: TextMeshPro) { method _updateProperties (line 243) | private static _updateProperties(comp: TextMeshPro): void { method _resetProperties (line 308) | private static _resetProperties(): void { method _updateContent (line 314) | private static _updateContent(): void { method _computeHorizontalKerningForText (line 319) | private static _computeHorizontalKerningForText(): void { method _alignText (line 343) | private static _alignText(): void { method _multilineTextWrapByWord (line 395) | private static _multilineTextWrapByWord(): boolean { method _multilineTextWrapByChar (line 399) | private static _multilineTextWrapByChar(): boolean { method _multilineTextWrap (line 403) | private static _multilineTextWrap(nextTokenFunc: Function): boolean { method _getFirstCharLen (line 594) | private static _getFirstCharLen(): number { method _getFontScale (line 598) | private static _getFontScale(): number { method _getFirstWordLen (line 602) | private static _getFirstWordLen(text: string, startIndex: number, text... method _recordEllipsis (line 646) | private static _recordEllipsis(nextTokenY: number, letterPosition: Vec... method _recordPlaceholderInfo (line 678) | private static _recordPlaceholderInfo(letterIndex: number, char: strin... method _recordLetterInfo (line 692) | private static _recordLetterInfo(letterPosition: Vec2, character: stri... method _computeAlignmentOffset (line 708) | private static _computeAlignmentOffset(): void { method _setupBMFontOverflowMetrics (line 745) | private static _setupBMFontOverflowMetrics(): void { method _updateQuads (line 766) | private static _updateQuads(): void { method createQuadIndices (line 866) | private static createQuadIndices(indexCount) { method _updateLineQuads (line 888) | private static _updateLineQuads(appx: number, appy: number, offsetY: n... method appendQuad (line 975) | private static appendQuad(comp: TextMeshPro, textureId: number, uvRect... method appendVerts (line 1026) | private static appendVerts(comp: TextMeshPro, dataList, dataOffset, l,... method updateColorExtra (line 1055) | public static updateColorExtra(comp: TextMeshPro): void { method isVisble (line 1160) | public static isVisble(comp: TextMeshPro, index: number): boolean { method setVisible (line 1168) | public static setVisible(comp: TextMeshPro, index: number, visible: bo... method getColorExtraVertices (line 1221) | public static getColorExtraVertices(comp: TextMeshPro, index: number):... method setColorExtraVertices (line 1242) | public static setColorExtraVertices(comp: TextMeshPro, index: number, ... method getPosVertices (line 1276) | public static getPosVertices(comp: TextMeshPro, index: number): [Vec3,... method setPosVertices (line 1296) | public static setPosVertices(comp: TextMeshPro, index: number, data: [... FILE: extensions/textmeshpro-tool/textMeshPro/scripts/utils/TmpFontConfig.ts type TmpFontJson (line 6) | interface TmpFontJson { class TmpFontLetter (line 30) | class TmpFontLetter { class TmpFontConfig (line 45) | class TmpFontConfig { method getFontConfig (line 47) | public static getFontConfig(font: JsonAsset, textures: Texture2D[]): T... method json (line 59) | public get json(): TmpFontJson { return this._json; } method constructor (line 61) | public constructor(font: JsonAsset, textures: Texture2D[]) { method addTexture (line 84) | public addTexture(id: number, texture: Texture2D): void { method addLetterDefinitions (line 88) | public addLetterDefinitions(letter: number, letterDefinition: TmpFontL... method cloneLetterDefinition (line 92) | public cloneLetterDefinition(): { [id: number]: TmpFontLetter } { method getTexture (line 102) | public getTexture(id: number): Texture2D { method getLetter (line 106) | public getLetter(key: string): TmpFontLetter { method getLetterDefinitionForChar (line 110) | public getLetterDefinitionForChar(char: string): TmpFontLetter { method clear (line 122) | public clear(): void { FILE: extensions/textmeshpro-tool/textMeshPro/scripts/utils/TmpUtils.ts constant WORD_REG (line 4) | const WORD_REG = /([a-zA-Z0-9ÄÖÜäöüßéèçàùêâîôûа-яА-ЯЁё]+|\S)/; constant SYMBOL_REG (line 6) | const SYMBOL_REG = /^[!,.:;'}\]%\?>、‘“》?。,!]/; constant LAST_WORD_REG (line 7) | const LAST_WORD_REG = /([a-zA-Z0-9ÄÖÜäöüßéèçàùêâîôûаíìÍÌïÁÀáàÉÈÒÓòóŐőÙÚŰ... constant LAST_ENGLISH_REG (line 8) | const LAST_ENGLISH_REG = /[a-zA-Z0-9ÄÖÜäöüßéèçàùêâîôûаíìÍÌïÁÀáàÉÈÒÓòóŐőÙ... constant FIRST_ENGLISH_REG (line 9) | const FIRST_ENGLISH_REG = /^[a-zA-Z0-9ÄÖÜäöüßéèçàùêâîôûаíìÍÌïÁÀáàÉÈÒÓòóŐ... constant WRAP_INSPECTION (line 10) | const WRAP_INSPECTION = true; function _safeSubstring (line 21) | function _safeSubstring(targetString, startIndex, endIndex?) { class TmpUtils (line 44) | class TmpUtils { method load (line 52) | public static load(url: string): Promise { method waitCmpt (line 79) | public static waitCmpt(cmpt: Component, seconds: number): Promise { method isUnicodeCJK (line 87) | public static isUnicodeCJK(ch: string) { method isUnicodeSpace (line 95) | public static isUnicodeSpace(ch: string) { method getEnglishWordPartAtFirst (line 110) | public static getEnglishWordPartAtFirst(stringToken: string) { method getEnglishWordPartAtLast (line 116) | public static getEnglishWordPartAtLast(stringToken: string) { method fragmentText (line 121) | public static fragmentText(stringToken: string, allWidth: number, maxW...