Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "wordpress-packages/customize/lib/sidebar/addContentBesideSection"

Index

Type aliases

RenderFunction

RenderFunction: (liElement: HTMLLIElement) => any

Type declaration

    • (liElement: HTMLLIElement): any
    • Parameters

      • liElement: HTMLLIElement

      Returns any

RenderOptions

RenderOptions: { render: RenderFunction; type: "before" | "after" }

Type declaration

Functions

addContentBesideSection

  • addContentBesideSection(sections: {}): void
  • Allows to prepend an React node before a section li-element.

    Parameters

    Returns void

Generated using TypeDoc