Aller au contenu principal

CoreThemeResource

A Resource that represents a WordPress core theme.

Hierarchy

Index

Constructors

constructor

Properties

publicoptional_progress

_progress?: ProgressTracker

Accessors

isAsync

  • get isAsync(): boolean
  • Whether this Resource is loaded asynchronously


    Returns boolean

name

  • get name(): string
  • The name of the referenced file


    Returns string

progress

  • get progress(): undefined | ProgressTracker
  • set progress(value: undefined | ProgressTracker): void
  • Returns undefined | ProgressTracker

  • Parameters

    • value: undefined | ProgressTracker

    Returns void

Methods

getURL

  • getURL(): string
  • Returns string

resolve

  • resolve(): Promise<File>
  • @inheritDoc

    Returns Promise<File>

setPlayground

  • Parameters

    Returns void

staticcreate

  • create(ref: FileReference | DirectoryReference, options: { corsProxy?: string; progress?: ProgressTracker; semaphore?: default }): Resource<File | Directory>
  • Creates a new Resource based on the given file reference


    Parameters

    • ref: FileReference | DirectoryReference

      The file reference to create the Resource for

    • options: { corsProxy?: string; progress?: ProgressTracker; semaphore?: default }

      Additional options for the Resource

    Returns Resource<File | Directory>

    A new Resource instance