UMD Web Elements Library
    Preparing search index...

    Variable captionConst

    caption: {
        bindToggle: (root: ParentNode) => void;
        create: (
            isToggleCaption: boolean,
            image: HTMLImageElement,
        ) => ElementModel<HTMLElement> | null;
        Elements: { container: string };
    } = ...

    Type Declaration

    • bindToggle: (root: ParentNode) => void
    • create: (
          isToggleCaption: boolean,
          image: HTMLImageElement,
      ) => ElementModel<HTMLElement> | null
    • Elements: { container: string }