@bovine/cattle-grid-preact
    Preparing search index...

    Type Alias Methods

    type Methods = {
        selectActor: (actor: ActorInformation | null) => void;
        setAccountInfo: (info: InformationResponse | null) => void;
        setToken: (token: string) => void;
    }
    Index

    Properties

    selectActor: (actor: ActorInformation | null) => void
    setAccountInfo: (info: InformationResponse | null) => void
    setToken: (token: string) => void