Skip to content

gi-nx


gi-nx / GiraffeStateBakedSections

ts
type GiraffeStateBakedSections = {
  bakedSections: Record<{
     length: number;
     [iterator]: StringIterator<string>;
     anchor: string;
     at: string;
     big: string;
     blink: string;
     bold: string;
     charAt: string;
     charCodeAt: number;
     codePointAt: number;
     concat: string;
     endsWith: boolean;
     fixed: string;
     fontcolor: string;
     fontsize: string;
     includes: boolean;
     indexOf: number;
     italics: string;
     lastIndexOf: number;
     link: string;
     localeCompare: number;
     match: RegExpMatchArray;
     matchAll: RegExpStringIterator<RegExpExecArray>;
     normalize: string;
     padEnd: string;
     padStart: string;
     repeat: string;
     replace: string;
     replaceAll: string;
     search: number;
     slice: string;
     small: string;
     split: string[];
     startsWith: boolean;
     strike: string;
     sub: string;
     substr: string;
     substring: string;
     sup: string;
     toLocaleLowerCase: string;
     toLocaleUpperCase: string;
     toLowerCase: string;
     toString: string;
     toUpperCase: string;
     trim: string;
     trimEnd: string;
     trimLeft: string;
     trimRight: string;
     trimStart: string;
     valueOf: string;
  }, StackedSection[]>;
};

Properties

PropertyType
bakedSectionsRecord<{ length: number; [iterator]: StringIterator<string>; anchor: string; at: string; big: string; blink: string; bold: string; charAt: string; charCodeAt: number; codePointAt: number; concat: string; endsWith: boolean; fixed: string; fontcolor: string; fontsize: string; includes: boolean; indexOf: number; italics: string; lastIndexOf: number; link: string; localeCompare: number; match: RegExpMatchArray; matchAll: RegExpStringIterator<RegExpExecArray>; normalize: string; padEnd: string; padStart: string; repeat: string; replace: string; replaceAll: string; search: number; slice: string; small: string; split: string[]; startsWith: boolean; strike: string; sub: string; substr: string; substring: string; sup: string; toLocaleLowerCase: string; toLocaleUpperCase: string; toLowerCase: string; toString: string; toUpperCase: string; trim: string; trimEnd: string; trimLeft: string; trimRight: string; trimStart: string; valueOf: string; }, StackedSection[]>