Interface ScmAmendComponentProps

interface ScmAmendComponentProps {
    avatarService: ScmAvatarService;
    repository: ScmRepository;
    scmAmendSupport: ScmAmendSupport;
    setCommitMessage: ((message) => void);
    storageService: StorageService;
    style: undefined | CSSProperties;
}

Properties

avatarService: ScmAvatarService
repository: ScmRepository
scmAmendSupport: ScmAmendSupport
setCommitMessage: ((message) => void)

Type declaration

    • (message): void
    • Parameters

      • message: string

      Returns void

storageService: StorageService
style: undefined | CSSProperties