BoothMate API Documentation - v0.4.0
    Preparing search index...

    Interface Embed

    埋め込み要素の情報

    interface Embed {
        type: LinkType;
        url: string;
        html: string;
    }
    Index

    Properties

    Properties

    type: LinkType

    埋め込み要素の種類

    url: string

    埋め込み要素のURL

    html: string

    埋め込み要素のコード