interface IOption {
    anchor?: Anchor;
    image?: Image;
    mode?: string;
    text?: string;
}

Implemented by

Properties

anchor?: Anchor
image?: Image
mode?: string
text?: string