Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICapeContextOptions

Hierarchy

Index

Properties

api: API
client: AxiosInstance
hash: string

Cape hash

options: Options
payload?: { hash?: string | boolean | AxiosInstance | Options | API | Record<string, any> | { } | (() => CapeContext); isMinecraft: undefined | string | boolean | AxiosInstance | Options | API | Record<string, any> | { } | (() => CapeContext); isOptifine: undefined | string | boolean | AxiosInstance | Options | API | Record<string, any> | { } | (() => CapeContext); name: undefined | string | boolean | AxiosInstance | Options | API | Record<string, any> | { } | (() => CapeContext); type: undefined | string | boolean | AxiosInstance | Options | API | Record<string, any> | { } | (() => CapeContext); url: undefined | string | boolean | AxiosInstance | Options | API | Record<string, any> | { } | (() => CapeContext); [kSerializeData]?: any; toJSON?: any }

Type declaration

  • Optional Readonly hash?: string | boolean | AxiosInstance | Options | API | Record<string, any> | { } | (() => CapeContext)

    Cape hash

  • isMinecraft: undefined | string | boolean | AxiosInstance | Options | API | Record<string, any> | { } | (() => CapeContext)
  • isOptifine: undefined | string | boolean | AxiosInstance | Options | API | Record<string, any> | { } | (() => CapeContext)
  • name: undefined | string | boolean | AxiosInstance | Options | API | Record<string, any> | { } | (() => CapeContext)
  • type: undefined | string | boolean | AxiosInstance | Options | API | Record<string, any> | { } | (() => CapeContext)
  • url: undefined | string | boolean | AxiosInstance | Options | API | Record<string, any> | { } | (() => CapeContext)
  • [kSerializeData]?:function
      • toJSON?:function

          Generated using TypeDoc