Options
All
  • Public
  • Public/Protected
  • All
Menu

Module contracts/Write

Index

Type aliases

FileContentWithPath: { fileContent: string; filePath: string }

Type declaration

  • fileContent: string
  • filePath: string
GetFileDataOperation: { element: string; extraProps?: string; file: string | ProcessedToken; format: string; imports?: string; metadata?: Metadata; name: string; path: string; templates?: Templates; text?: string; type: FileType }

Type declaration

  • element: string
  • Optional extraProps?: string
  • file: string | ProcessedToken
  • format: string
  • Optional imports?: string
  • Optional metadata?: Metadata
  • name: string
  • path: string
  • Optional templates?: Templates
  • Optional text?: string
  • type: FileType
WriteOperation: { css?: string; description?: string; file: string | ProcessedToken; fixedName?: string; folder?: string; forceUpdate?: string; format: string; html?: string; metadata?: Metadata; name: string; outputFolderElements?: string; outputFolderGraphics?: string; outputFolderTokens?: string; outputFormatCss?: OutputFormatCss; outputFormatDescription?: OutputFormatDescription; outputFormatElements?: OutputFormatElements; outputFormatGraphics?: OutputFormatGraphics; outputFormatStorybook?: OutputFormatStorybook; outputFormatTokens?: OutputFormatTokens; overwrite: Overwrite; path: string; templates?: Templates; tokensRelativeImportPrefix?: string; type: FileType }

Type declaration

Generated using TypeDoc