Options
All
  • Public
  • Public/Protected
  • All
Menu

@blinkk/selective-edit

Index

Type aliases

ColorFieldConfig

ColorFieldConfig: FieldConfig

DateFieldConfig

DateFieldConfig: FieldConfig

DatetimeFieldConfig

DatetimeFieldConfig: FieldConfig

FieldConstructor

FieldConstructor: (types: Types, config: InternalFieldConfig) => FieldComponent

Type declaration

RuleConstructor

RuleConstructor: (types: Types) => RuleComponent

Type declaration

TimeFieldConfig

TimeFieldConfig: FieldConfig

Functions

DataMixin

  • DataMixin<TBase>(Base: TBase): { prototype: __type<any> } & TBase
  • Type parameters

    • TBase: Constructor

    Parameters

    • Base: TBase

    Returns { prototype: __type<any> } & TBase

DroppableMixin

  • DroppableMixin<TBase>(Base: TBase): { prototype: __type<any> } & TBase

OptionMixin

  • OptionMixin<TBase>(Base: TBase): { prototype: __type<any> } & TBase
  • Type parameters

    • TBase: Constructor

    Parameters

    • Base: TBase

    Returns { prototype: __type<any> } & TBase

SortableMixin

  • SortableMixin<TBase>(Base: TBase): { prototype: __type<any> } & TBase

UuidMixin

  • UuidMixin<TBase>(Base: TBase): { prototype: __type<any> } & TBase
  • Type parameters

    • TBase: Constructor

    Parameters

    • Base: TBase

    Returns { prototype: __type<any> } & TBase

Const autoDeepObject

Const findParentByClassname

  • findParentByClassname(element: null | HTMLElement, classname: string): null | HTMLElement
  • Search the parent nodes of the element to find an parent that has the given class.

    Parameters

    • element: null | HTMLElement

      DOM element to start search from.

    • classname: string

      CSS class to search for.

    Returns null | HTMLElement

Generated using TypeDoc