Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Variables

Const CUSTOM_CONTROL_INPUT_CHECKBOX_CLASS_NAME

CUSTOM_CONTROL_INPUT_CHECKBOX_CLASS_NAME: "nimblecheck-input" = "nimblecheck-input"

Compatibility with "Customizr" theme as they are using icheck which is not compatible with React. And the below class is the class which Customizr already excludes.

see

https://github.com/dargullin/icheck

Functions

customControlBackboneView

  • customControlBackboneView(Component: FC): any
  • Dynamically create a control for each registered custom control. This view should not be used by you directly, instead use customControl function.

    Unfortunately we can not a lot of TypeScript because WordPress does not provide typings... :-/

    Parameters

    • Component: FC

    Returns any

Generated using TypeDoc