Interface IgpapiSticker<T>

interface IgpapiSticker<T> {
    options: T;
    defaults(): IgpapiStickerDefaults & Partial<T>;
    id(): string;
}

Type Parameters

  • T

Implemented by

Properties

Methods

Properties

options: T

Properties that will be added under the key namespace

Methods

  • Returns string