Class CustomOverlay

Hierarchy

  • Component
    • CustomOverlay

Methods

  • Returns Options

  • Returns void

  • Returns boolean

  • Parameters

    • f: Function

    Returns void

  • Parameters

    • f: Function

    Returns void

  • Parameters

    • f: Function

    Returns void

  • Parameters

    • f: Function

    Returns void

  • Parameters

    • f: Function

    Returns void

  • Parameters

    • nodeId: string
    • patch: Partial<{
          align: "center" | "end" | "start" | "stretch";
          alpha: number;
          bottom: Length;
          centerX: Length;
          centerY: Length;
          cornerRadius: number;
          direction: "row" | "column";
          fill: number;
          gap: `${number}px`;
          height: Length;
          left: Length;
          margin: Padding;
          maxHeight: Length;
          maxWidth: Length;
          minHeight: Length;
          minWidth: Length;
          right: Length;
          style: Partial<TextStyle>;
          text: string;
          top: Length;
          visible: boolean;
          width: Length;
      }>

    Returns void

  • Parameters

    Returns void

  • Returns void