Interface Method

interface Method {
    type: "method";
    value: MethodCallback;
}

Properties

Properties

type: "method"
value: MethodCallback