型・APIリファレンス
    Preparing search index...

    Type Alias CustomClickEvent

    標準ボタンのカスタムクリックイベント

    type CustomClickEvent = {
        customOnClick: string;
        defaultHandler: any;
        event: Event;
    }
    Index

    Properties

    customOnClick: string

    カスタムクリック処理

    defaultHandler: any

    デフォルトのイベントハンドラー

    event: Event

    DOMネイティブイベント