Interface ActionRef

interface ActionRef {
    call(): void;
    set(func: () => void): void;
}

Methods

Methods