interface ExpandoStore {
    data: {};
    events: any;
    handle: Function;
}

Properties

Properties

data: {}
events: any
handle: Function