Interface useOnlinePlaygroundIdentityProps

interface useOnlinePlaygroundIdentityProps {
    create: ((params) => IdentityOnlinePlayground);
}

Properties

Properties

create: ((params) => IdentityOnlinePlayground)

Function used for creating a new online playground identity.

Type declaration