@byomakase/omakase-player
    Preparing search index...

    Interface ImageButtonConfig

    interface ImageButtonConfig {
        height?: number;
        listening?: boolean;
        src: string;
        style: ImageButtonStyle;
        width?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    height?: number

    Image height

    listening?: boolean

    If set to true node listens to events

    src: string

    Image source

    width?: number

    Image width