Searched refs:ActionFunction (Results 1 – 2 of 2) sorted by relevance
163 ActionFunction(CollatorSpec *spec, uint32_t value1, const char* string, typedef283 ActionFunction *action;
876 type ActionFunction<Args> = (state: StateDraft, args: Args) => void; alias877 type DeferredActionFunc<T> = T extends ActionFunction<infer Args>?